ld whitespace fixes
[deliverable/binutils-gdb.git] / ld / scripttempl / visium.sc
index 1a3c1fef47f06cbf32980abdc35c36046b4d23da..796095f9796a9708276bd86525f7e9a993022a1d 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2014-2017 Free Software Foundation, Inc.
-# 
+#
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
 # notice and this notice are preserved.
@@ -134,7 +134,7 @@ SECTIONS
     ${RELOCATING+ . = ALIGN(4);}
     ${RELOCATING+ _edata  =  .;}
   } ${RELOCATING+ > ram}
-  .bss ${RELOCATING-0} : {                                     
+  .bss ${RELOCATING-0} : {
     ${RELOCATING+ . = ALIGN(4);}
     ${RELOCATING+ __bss_start = .;}
     *(.bss)
This page took 0.025728 seconds and 4 git commands to generate.