configure: fix bad indentation
authorJens Axboe <axboe@kernel.dk>
Fri, 3 Jul 2020 14:34:56 +0000 (08:34 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 3 Jul 2020 14:34:56 +0000 (08:34 -0600)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
configure

index 0e8c27b121e278cf09cfe79395a19c9d6456ab90..6991393bbf74bb7c8f36ca396845d58ef334107e 100755 (executable)
--- a/configure
+++ b/configure
@@ -2959,7 +2959,7 @@ if test "$libnbd" = "yes" ; then
   echo "LIBNBD_LIBS=$libnbd_libs" >> $config_host_mak
 fi
 if test "$dynamic_engines" = "yes" ; then
-       output_sym "CONFIG_DYNAMIC_ENGINES"
+  output_sym "CONFIG_DYNAMIC_ENGINES"
 fi
 print_config "Lib-based ioengines dynamic" "$dynamic_engines"
 cat > $TMPC << EOF