]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/scripttempl/i386go32.sc
ld whitespace fixes
[thirdparty/binutils-gdb.git] / ld / scripttempl / i386go32.sc
index 49f2a3d0a99e4d7ab8f51f9fe7e9a561f7b0b57d..059e33d70713683dd2f95e7d7178037937f104a6 100644 (file)
@@ -1,7 +1,7 @@
 # Linker script for i386 go32 (DJGPP)
 #
 # 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.
@@ -68,7 +68,7 @@ SECTIONS
   ${CONSTRUCTING+${RELOCATING-$CTOR}}
   ${CONSTRUCTING+${RELOCATING-$DTOR}}
   .bss ${RELOCATING+ SIZEOF(.data) + ADDR(.data)} :
-  {                                    
+  {
     *(.bss${RELOCATING+ .bss.* .gnu.linkonce.b.*})
     *(COMMON)
     ${RELOCATING+ end = . ; PROVIDE(_end = .) ;}