From: Joseph Myers Date: Tue, 20 Dec 2016 21:23:04 +0000 (+0000) Subject: Add preprocessor indentation for llogb macro in tgmath.h. X-Git-Tag: glibc-2.25~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60c07b058f9fe34e2ffd7e02b20657db6f5f68d4;p=thirdparty%2Fglibc.git Add preprocessor indentation for llogb macro in tgmath.h. * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (llogb): Add preprocessor indentation inside #if. --- diff --git a/ChangeLog b/ChangeLog index 1b5cacd7385..31a807c3f07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-12-20 Joseph Myers + + * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (llogb): Add + preprocessor indentation inside #if. + 2016-12-20 Gabriel F. T. Gomes * math/libm-test.inc (fmt_ftostr): New function. diff --git a/math/tgmath.h b/math/tgmath.h index 0f9216ca432..8a895a5447d 100644 --- a/math/tgmath.h +++ b/math/tgmath.h @@ -439,7 +439,7 @@ #if __GLIBC_USE (IEC_60559_BFP_EXT) /* Like ilogb, but returning long int. */ -#define llogb(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, long int, llogb) +# define llogb(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, long int, llogb) /* Return value with maximum magnitude. */ # define fmaxmag(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmaxmag)