From: Bruno Haible Date: Tue, 21 Dec 2010 15:11:13 +0000 (+0100) Subject: math: Fix indentation. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bcb174e7fc0be635a275dfee66866d040c2f577;p=pspp math: Fix indentation. * lib/math.in.h (floorf): Fix indentation. --- diff --git a/ChangeLog b/ChangeLog index cd6dfc0005..b5e2efe974 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-12-21 Bruno Haible + + math: Fix indentation. + * lib/math.in.h (floorf): Fix indentation. + 2010-12-21 Bruno Haible Fix cross-compilation guesses on Solaris. 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