[MPlayer-cvslog] r30985 - trunk/configure

cehoyos subversion at mplayerhq.hu
Fri Apr 2 12:13:45 CEST 2010


Author: cehoyos
Date: Fri Apr  2 12:13:45 2010
New Revision: 30985

Log:
Cosmetics: Fix indentation.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Apr  2 12:13:08 2010	(r30984)
+++ trunk/configure	Fri Apr  2 12:13:45 2010	(r30985)
@@ -1913,7 +1913,7 @@ int main(void) { return 0; }
 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 @@ EOF
     # 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


More information about the MPlayer-cvslog mailing list