[llvm] 37b68bc - [MC] [NFC] replace tabs with space in test

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 11 12:38:07 PDT 2022


Author: Florian Mayer
Date: 2022-10-11T12:37:51-07:00
New Revision: 37b68bc362e433d87a4a6e2a5789d96f83c5deaa

URL: https://github.com/llvm/llvm-project/commit/37b68bc362e433d87a4a6e2a5789d96f83c5deaa
DIFF: https://github.com/llvm/llvm-project/commit/37b68bc362e433d87a4a6e2a5789d96f83c5deaa.diff

LOG: [MC] [NFC] replace tabs with space in test

Added: 
    

Modified: 
    llvm/test/MC/ELF/cfi.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/ELF/cfi.s b/llvm/test/MC/ELF/cfi.s
index d347cc6259ee8..3bd16aec4613e 100644
--- a/llvm/test/MC/ELF/cfi.s
+++ b/llvm/test/MC/ELF/cfi.s
@@ -9,27 +9,27 @@
 
 f1:
         .cfi_startproc
-	.cfi_lsda 0x3, bar
+        .cfi_lsda 0x3, bar
         nop
         .cfi_endproc
 
 f2:
         .cfi_startproc
         .cfi_personality 0x00, foo
-	.cfi_lsda 0x3, bar
+        .cfi_lsda 0x3, bar
         nop
         .cfi_endproc
 
 f3:
         .cfi_startproc
-	.cfi_lsda 0x3, bar
+        .cfi_lsda 0x3, bar
         nop
         .cfi_endproc
 
 f4:
         .cfi_startproc
         .cfi_personality 0x00, foo
-	.cfi_lsda 0x2, bar
+        .cfi_lsda 0x2, bar
         nop
         .cfi_endproc
 


        


More information about the llvm-commits mailing list