[lld] r228643 - Remove trailing space.

Rui Ueyama ruiu at google.com
Mon Feb 9 17:06:14 PST 2015


Author: ruiu
Date: Mon Feb  9 19:06:14 2015
New Revision: 228643

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

Modified:
    lld/trunk/test/elf/strip-all.test

Modified: lld/trunk/test/elf/strip-all.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/strip-all.test?rev=228643&r1=228642&r2=228643&view=diff
==============================================================================
--- lld/trunk/test/elf/strip-all.test (original)
+++ lld/trunk/test/elf/strip-all.test Mon Feb  9 19:06:14 2015
@@ -25,13 +25,13 @@
 #CHECKSYMS: @
 
 ---
-FileHeader:      
+FileHeader:
   Class:           ELFCLASS64
   Data:            ELFDATA2LSB
   OSABI:           ELFOSABI_FREEBSD
   Type:            ET_REL
   Machine:         EM_X86_64
-Sections:        
+Sections:
   - Name:            .text
     Type:            SHT_PROGBITS
     Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]
@@ -66,7 +66,7 @@ Sections:
     Link:            .symtab
     AddressAlign:    0x0000000000000008
     Info:            .eh_frame
-    Relocations:     
+    Relocations:
       - Offset:          0x0000000000000020
         Symbol:          .text
         Type:            R_X86_64_PC32
@@ -74,8 +74,8 @@ Sections:
         Symbol:          .text
         Type:            R_X86_64_PC32
         Addend:          32
-Symbols:         
-  Local:           
+Symbols:
+  Local:
     - Name:            .text
       Type:            STT_SECTION
       Section:         .text
@@ -94,7 +94,7 @@ Symbols:
     - Name:            .eh_frame
       Type:            STT_SECTION
       Section:         .eh_frame
-  Global:          
+  Global:
     - Name:            callMeMaybe
       Type:            STT_FUNC
       Section:         .text





More information about the llvm-commits mailing list