Code

whitespace cleanup
[fusedav.git] / configure.ac
index ae19c480f3489aad8c94993892e1353a2e7ebf5c..b4ad76cc2d5e7b338f053ea1d9d2d35454e30747 100644 (file)
@@ -85,13 +85,13 @@ if test "x$GCC" = "xyes" ; then
 
     for flag in $DESIRED_FLAGS ; do
         AC_MSG_CHECKING([whether $CC accepts $flag])
-        if test_gcc_flag $flag ; then 
+        if test_gcc_flag $flag ; then
            CFLAGS="$CFLAGS $flag"
            AC_MSG_RESULT([yes])
         else
            AC_MSG_RESULT([no])
         fi
-    done 
+    done
 fi
 
 # 64 Bit LFS support