math: Fix indentation.
authorBruno Haible <bruno@clisp.org>
Tue, 21 Dec 2010 15:11:13 +0000 (16:11 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 21 Dec 2010 15:11:13 +0000 (16:11 +0100)
* lib/math.in.h (floorf): Fix indentation.

ChangeLog
lib/math.in.h

index cd6dfc0..b5e2efe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-12-21  Bruno Haible  <bruno@clisp.org>
 
+       math: Fix indentation.
+       * lib/math.in.h (floorf): Fix indentation.
+
+2010-12-21  Bruno Haible  <bruno@clisp.org>
+
        Fix cross-compilation guesses on Solaris.
        * m4/fopen.m4 (gl_FUNC_FOPEN): Correct shell pattern so that it does
        not match "solaris2.10".
index 0f78264..e05048a 100644 (file)
@@ -262,7 +262,7 @@ _GL_WARN_ON_USE (expl, "expl is unportable - "
 #  endif
 _GL_FUNCDECL_RPL (floorf, float, (float x));
 _GL_CXXALIAS_RPL (floorf, float, (float x));
-#else
+# else
 #  if !@HAVE_DECL_FLOORF@
 _GL_FUNCDECL_SYS (floorf, float, (float x));
 #  endif