Tidy elf_segment_map allocation
[deliverable/binutils-gdb.git] / bfd / rs6000-core.c
index a2f0d23155ae6e76f1d7c33493bba982ddca0c9b..7b9225abe42b395d84b6891404ef339ac86ead19 100644 (file)
@@ -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.  */
This page took 0.02309 seconds and 4 git commands to generate.