[lld] r208815 - Remove trailing whitespaces.

Rui Ueyama ruiu at google.com
Wed May 14 14:49:38 PDT 2014


Author: ruiu
Date: Wed May 14 16:49:38 2014
New Revision: 208815

URL: http://llvm.org/viewvc/llvm-project?rev=208815&view=rev
Log:
Remove trailing whitespaces.

Modified:
    lld/trunk/test/core/sectiongroup-gnulinkonce-error.objtxt
    lld/trunk/test/elf/Hexagon/zerofillquick-sdata.test
    lld/trunk/test/mach-o/function-scope.yaml

Modified: lld/trunk/test/core/sectiongroup-gnulinkonce-error.objtxt
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/core/sectiongroup-gnulinkonce-error.objtxt?rev=208815&r1=208814&r2=208815&view=diff
==============================================================================
--- lld/trunk/test/core/sectiongroup-gnulinkonce-error.objtxt (original)
+++ lld/trunk/test/core/sectiongroup-gnulinkonce-error.objtxt Wed May 14 16:49:38 2014
@@ -1,7 +1,7 @@
 # RUN: not lld -core %s 2>&1 | FileCheck %s
 
 #
-# Test that section groups/gnu linkonce sections are parsed and a merge error 
+# Test that section groups/gnu linkonce sections are parsed and a merge error
 # is displayed at the time of symbol resolution.
 #
 

Modified: lld/trunk/test/elf/Hexagon/zerofillquick-sdata.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/Hexagon/zerofillquick-sdata.test?rev=208815&r1=208814&r2=208815&view=diff
==============================================================================
--- lld/trunk/test/elf/Hexagon/zerofillquick-sdata.test (original)
+++ lld/trunk/test/elf/Hexagon/zerofillquick-sdata.test Wed May 14 16:49:38 2014
@@ -1,5 +1,5 @@
 # This tests that a typeZeroFillFast atom is associated with a section that has
-# the correct memory size. 
+# the correct memory size.
 
 RUN: lld -flavor gnu -target hexagon %p/Inputs/sdata1.o %p/Inputs/sdata2.o \
 RUN:    -o %t --noinhibit-exec -static

Modified: lld/trunk/test/mach-o/function-scope.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/mach-o/function-scope.yaml?rev=208815&r1=208814&r2=208815&view=diff
==============================================================================
--- lld/trunk/test/mach-o/function-scope.yaml (original)
+++ lld/trunk/test/mach-o/function-scope.yaml Wed May 14 16:49:38 2014
@@ -9,7 +9,7 @@ file-type:       MH_OBJECT
 flags:           [ MH_SUBSECTIONS_VIA_SYMBOLS ]
 has-UUID:        false
 OS:              unknown
-sections:        
+sections:
   - segment:         __TEXT
     section:         __text
     type:            S_REGULAR
@@ -17,12 +17,12 @@ sections:
     alignment:       4
     address:         0x0000000000000000
     content:         [ 0xC3, 0xC3, 0xC3 ]
-local-symbols:   
+local-symbols:
   - name:            _myStatic
     type:            N_SECT
     sect:            1
     value:           0x0000000000000002
-global-symbols:  
+global-symbols:
   - name:            _myGlobal
     type:            N_SECT
     scope:           [ N_EXT ]





More information about the llvm-commits mailing list