summaryrefslogtreecommitdiff
path: root/lib/math.in.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-12-21 16:11:13 +0100
committerBruno Haible <bruno@clisp.org>2010-12-21 16:11:13 +0100
commit5bcb174e7fc0be635a275dfee66866d040c2f577 (patch)
tree189dbe90e341bcda219779dd2324943f0e109dba /lib/math.in.h
parenta4f38ec6be21630e9640cf8ead742c3a8d733fc2 (diff)
downloadgnulib-5bcb174e7fc0be635a275dfee66866d040c2f577.tar.gz
math: Fix indentation.
* lib/math.in.h (floorf): Fix indentation.
Diffstat (limited to 'lib/math.in.h')
-rw-r--r--lib/math.in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/math.in.h b/lib/math.in.h
index 0f78264553..e05048aa8a 100644
--- a/lib/math.in.h
+++ b/lib/math.in.h
@@ -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