0.9.16.7: renamed ppc-darwin-{langinfo,dlshim} to
[sbcl.git] / tools-for-build / grovel-features.sh
index 4111fae..a0d7a1a 100644 (file)
@@ -1,4 +1,4 @@
-# Automated platform feature testing 
+# Automated platform feature testing
 cd ./tools-for-build > /dev/null
 
 # FIXME: Use this to test for dlopen presence and hence
@@ -12,7 +12,7 @@ featurep() {
     $GNUMAKE $bin -I ../src/runtime > /dev/null 2>&1 && ./$bin > /dev/null 2>&1
     if [ "$?" = 104 ]
     then
-       printf " :$1"
+        printf " :$1"
     fi
     rm -f $bin
 }