qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH for-1.1 1/2] configure: Reindent VirtFS check


From: Andreas Färber
Subject: [Qemu-devel] [PATCH for-1.1 1/2] configure: Reindent VirtFS check
Date: Tue, 1 May 2012 01:12:02 +0200

Avoid tab-indention and fit in with the surrounding code.

Signed-off-by: Andreas Färber <address@hidden>
Cc: Aneesh Kumar K.V <address@hidden>
---
 configure |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/configure b/configure
index 25697bb..641f147 100755
--- a/configure
+++ b/configure
@@ -2898,14 +2898,14 @@ tools=
 if test "$softmmu" = yes ; then
   tools="qemu-img\$(EXESUF) qemu-io\$(EXESUF) $tools"
   if test "$virtfs" != no ; then
-      if test "$cap" = yes && test "$linux" = yes && test "$attr" = yes ; then
-         virtfs=yes
-         tools="$tools fsdev/virtfs-proxy-helper\$(EXESUF)"
-      else
-         if test "$virtfs" = yes; then
-             feature_not_found "virtfs"
-         fi
+    if test "$cap" = yes && test "$linux" = yes && test "$attr" = yes ; then
+      virtfs=yes
+      tools="$tools fsdev/virtfs-proxy-helper\$(EXESUF)"
+    else
+      if test "$virtfs" = yes; then
+        feature_not_found "virtfs"
       fi
+    fi
   fi
   if [ "$linux" = "yes" -o "$bsd" = "yes" -o "$solaris" = "yes" ] ; then
       tools="qemu-nbd\$(EXESUF) $tools"
-- 
1.7.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]