Whitespace change.
authorBruno Haible <bruno@clisp.org>
Sat, 19 May 2007 20:23:22 +0000 (20:23 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 19 May 2007 20:23:22 +0000 (20:23 +0000)
m4/fpieee.m4

index 746e35e..9f4a92c 100644 (file)
@@ -38,7 +38,7 @@ AC_DEFUN([gl_FP_IEEE],
         # GCC has the option -mieee.
         CPPFLAGS="$CPPFLAGS -mieee"
       else
-        # Compaq (ex-DEC) C has the option -ieee. 
+        # Compaq (ex-DEC) C has the option -ieee.
         CPPFLAGS="$CPPFLAGS -ieee"
       fi
       ;;