[llvm] 2f8c067 - [WebAssembly][NFC] Fix errant tabs in test case in last commit

Alex Bradbury via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 02:10:41 PDT 2022


Author: Alex Bradbury
Date: 2022-05-19T10:10:20+01:00
New Revision: 2f8c067bef34bac2ecc8a9ab74e85fb4a442b614

URL: https://github.com/llvm/llvm-project/commit/2f8c067bef34bac2ecc8a9ab74e85fb4a442b614
DIFF: https://github.com/llvm/llvm-project/commit/2f8c067bef34bac2ecc8a9ab74e85fb4a442b614.diff

LOG: [WebAssembly][NFC] Fix errant tabs in test case in last commit

[4e8b2ac](https://reviews.llvm.org/rG4e8b2ac7c019) contained unintended
tabs. This commit fixes that.

Added: 
    

Modified: 
    llvm/test/MC/WebAssembly/type-checker-disabled.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/WebAssembly/type-checker-disabled.s b/llvm/test/MC/WebAssembly/type-checker-disabled.s
index deb5725f76ac..6840711d36f4 100644
--- a/llvm/test/MC/WebAssembly/type-checker-disabled.s
+++ b/llvm/test/MC/WebAssembly/type-checker-disabled.s
@@ -5,9 +5,9 @@
 correctly_typed:
   .functype correctly_typed () -> (i32)
   i32.const 1
-	end_function
+  end_function
 
 incorrectly_typed:
   .functype incorrectly_typed () -> (i32)
   nop
-	end_function
+  end_function


        


More information about the llvm-commits mailing list