Balance parentheses in expression

Alan Modra amodra@gmail.com
Mon Aug 20 00:16:00 GMT 2018


Typo fix.

	* rs6000-core.c (CORE_COMMONSZ): Balance parentheses in expression.

diff --git a/bfd/rs6000-core.c b/bfd/rs6000-core.c
index a2f0d23155..7b9225abe4 100644
--- a/bfd/rs6000-core.c
+++ b/bfd/rs6000-core.c
@@ -271,8 +271,8 @@ typedef union
 #define CORE_COMMONSZ  ((long) &((struct core_dumpx *) 0)->c_entries \
 			+ sizeof (((struct core_dumpx *) 0)->c_entries))
 #else
-#define CORE_COMMONSZ   ((int) &((struct core_dump *) 0)->c_entries \
-		       + sizeof (((struct core_dump *) 0)->c_entries)
+#define CORE_COMMONSZ  ((int) &((struct core_dump *) 0)->c_entries \
+			+ sizeof (((struct core_dump *) 0)->c_entries))
 #endif
 /* Define prototypes for certain functions, to avoid a compiler warning
    saying that they are missing.  */

-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list