changeset 8844:3b533f98ba19

Whitespace change.
author Bruno Haible <bruno@clisp.org>
date Sat, 19 May 2007 20:23:22 +0000
parents dd750f34c273
children 6edec1d2af09
files m4/fpieee.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/fpieee.m4
+++ b/m4/fpieee.m4
@@ -38,7 +38,7 @@
         # 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
       ;;