Commit cfde872b5daf38c2be7f09277ea42b4950db81c9

Authored by Juan Quintela
Committed by Anthony Liguori
1 parent 84f15818

fix indententation

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Showing 1 changed file with 2 additions and 3 deletions
configure
... ... @@ -1797,9 +1797,8 @@ else
1797 1797 exit 1
1798 1798 fi
1799 1799  
1800   -if test "$xen" = "yes" ;
1801   - then
1802   - echo "CONFIG_XEN=y" >> $config_host_mak
  1800 +if test "$xen" = "yes" ; then
  1801 + echo "CONFIG_XEN=y" >> $config_host_mak
1803 1802 fi
1804 1803  
1805 1804 tools=
... ...