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 cd6dfc00054b7d992ea66e153bcd5353c16dc9cb..b5e2efe974f90a1cf402b3b1567e82ced58fd7c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 0f78264553aab20e92e1a689621838e41c81ca6d..e05048aa8af63822a8d2aae64a16f6ea543092d6 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