changeset 30943:84fac82eca0b

Cosmetics: Fix indentation.
author cehoyos
date Fri, 02 Apr 2010 10:13:45 +0000
parents 2c04ca7b638c
children 8da0dc1d4da6
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Apr 02 10:13:08 2010 +0000
+++ b/configure	Fri Apr 02 10:13:45 2010 +0000
@@ -1913,7 +1913,7 @@
 EOF
   if test "$_runtime_cpudetection" = no ; then
     if test $cc_vendor != "intel" ; then
-    cc_check -march=native && proc=native
+      cc_check -march=native && proc=native
     fi
     if test "$proc" = "k8"; then
       cc_check -march=$proc $cpuopt=$proc || proc=athlon-xp
@@ -2063,7 +2063,7 @@
     # This is a stripped-down version of the i386 fallback.
     if test "$_runtime_cpudetection" = no ; then
       if test $cc_vendor != "intel" ; then
-      cc_check -march=native && proc=native
+        cc_check -march=native && proc=native
       fi
       # --- AMD processors ---
       if test "$proc" = "k8"; then