Remove trailing whitespace.
authorRui Ueyama <ruiu@google.com>
Fri, 29 Jul 2016 23:48:09 +0000 (23:48 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 29 Jul 2016 23:48:09 +0000 (23:48 +0000)
llvm-svn: 277253

lld/test/ELF/linkerscript/linkerscript-sections-padding.s

index eca4c50..aadd5e8 100644 (file)
@@ -23,7 +23,7 @@
 # RUN: echo "SECTIONS { .mysec : { *(.mysec*) } =99 }" > %t.script
 # RUN: ld.lld -o %t.out --script %t.script %t
 # RUN: hexdump -C %t.out | FileCheck -check-prefix=DEC %s
-# DEC: 00000120  66 63 63 63 63 63 63 63  63 63 63 63 63 63 63 63 
+# DEC: 00000120  66 63 63 63 63 63 63 63  63 63 63 63 63 63 63 63
 
 ## Invalid hex value:
 # RUN: echo "SECTIONS { .mysec : { *(.mysec*) } =0x99XX }" > %t.script