ld whitespace fixes
[deliverable/binutils-gdb.git] / ld / emultempl / tic6xdsbt.em
index f7f1f25dcfbb55b10b742e14903ca66b64e9d478..b83dad956f85604c3995466412767d30585bd5e0 100644 (file)
@@ -103,7 +103,7 @@ gld${EMULATION_NAME}_after_allocation (void)
         the unwind table index.  */
       unsigned int list_size = 10;
       asection **sec_list = (asection **)
-          xmalloc (list_size * sizeof (asection *));
+       xmalloc (list_size * sizeof (asection *));
       unsigned int sec_count = 0;
 
       LANG_FOR_EACH_INPUT_STATEMENT (is)
@@ -130,7 +130,7 @@ gld${EMULATION_NAME}_after_allocation (void)
                    {
                      list_size *= 2;
                      sec_list = (asection **)
-                          xrealloc (sec_list, list_size * sizeof (asection *));
+                       xrealloc (sec_list, list_size * sizeof (asection *));
                    }
 
                  sec_list[sec_count++] = sec;
This page took 0.025215 seconds and 4 git commands to generate.