summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan Quintela2009-07-27 16:12:54 +0200
committerAnthony Liguori2009-07-27 21:09:20 +0200
commitcfde872b5daf38c2be7f09277ea42b4950db81c9 (patch)
treedc7a857f32747bbd0fd36d7dd37e1985413ae67c
parentRefactor code to remove one #ifdef CONFIG_FDT (diff)
downloadqemu-cfde872b5daf38c2be7f09277ea42b4950db81c9.tar.gz
qemu-cfde872b5daf38c2be7f09277ea42b4950db81c9.tar.xz
qemu-cfde872b5daf38c2be7f09277ea42b4950db81c9.zip
fix indententation
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rwxr-xr-xconfigure5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure b/configure
index deb62aff00..3c5fb6ecc7 100755
--- a/configure
+++ b/configure
@@ -1797,9 +1797,8 @@ else
exit 1
fi
-if test "$xen" = "yes" ;
- then
- echo "CONFIG_XEN=y" >> $config_host_mak
+if test "$xen" = "yes" ; then
+ echo "CONFIG_XEN=y" >> $config_host_mak
fi
tools=