From: Bruno Haible Date: Sat, 19 May 2007 20:23:22 +0000 (+0000) Subject: Whitespace change. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ac63e3fedf86b37236cd487e12cb4f41e605401;p=pspp Whitespace change. --- diff --git a/m4/fpieee.m4 b/m4/fpieee.m4 index 746e35eca2..9f4a92cb3d 100644 --- a/m4/fpieee.m4 +++ b/m4/fpieee.m4 @@ -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 ;;