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 746e35eca2199c5c909754ce50701cdb8b4d7559..9f4a92cb3dfb9f3d87189673ecc164aec69b732a 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
       ;;