This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Add preprocessor indentation for llogb macro in tgmath.h [commited]
- From: Joseph Myers <joseph at codesourcery dot com>
- To: <libc-alpha at sourceware dot org>
- Date: Tue, 20 Dec 2016 21:24:34 +0000
- Subject: Add preprocessor indentation for llogb macro in tgmath.h [commited]
- Authentication-results: sourceware.org; auth=none
I've committed this patch to fix preprocessor indentation for the llogb
macro in tgmath.h.
diff --git a/ChangeLog b/ChangeLog
index 1b5cacd..31a807c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-12-20 Joseph Myers <joseph@codesourcery.com>
+
+ * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (llogb): Add
+ preprocessor indentation inside #if.
+
2016-12-20 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
* math/libm-test.inc (fmt_ftostr): New function.
diff --git a/math/tgmath.h b/math/tgmath.h
index 0f9216c..8a895a5 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)
--
Joseph S. Myers
joseph@codesourcery.com