changeset 13973:6cd176ff76a4

math: Fix indentation. * lib/math.in.h (floorf): Fix indentation.
author Bruno Haible <bruno@clisp.org>
date Tue, 21 Dec 2010 16:11:13 +0100
parents 258e995bb973
children e0c1a15af0da
files ChangeLog lib/math.in.h
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/lib/math.in.h
+++ b/lib/math.in.h
@@ -262,7 +262,7 @@
 #  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