Browse code

whitespace cosmetics

Originally committed as revision 15429 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun authored on 2008/09/27 04:35:17
Showing 1 changed files
... ...
@@ -1381,7 +1381,7 @@ disabled static && LIBNAME=""
1381 1381
 
1382 1382
 if enabled_any libfaad libfaadbin ; then
1383 1383
     if check_header faad.h; then
1384
-        check_cc << EOF
1384
+        check_cc <<EOF
1385 1385
 #include <faad.h>
1386 1386
 #ifndef FAAD2_VERSION
1387 1387
 ok faad1
... ...
@@ -2158,7 +2158,7 @@ echo "BUILD_ROOT=\"$PWD\"" >> config.mak
2158 2158
 # Apparently it's not possible to portably echo a backslash.
2159 2159
 enabled asmalign_pot &&
2160 2160
     printf '#define ASMALIGN(ZEROBITS) ".align " #ZEROBITS "\\n\\t"\n' >> $TMPH ||
2161
-    printf '#define ASMALIGN(ZEROBITS) ".align 1<<" #ZEROBITS "\\n\\t"\n' >> $TMPH
2161
+    printf '#define ASMALIGN(ZEROBITS) ".align 1 << " #ZEROBITS "\\n\\t"\n' >> $TMPH
2162 2162
 
2163 2163
 echo "#define EXTERN_PREFIX \"${extern_prefix}\"" >> $TMPH
2164 2164