[WebAssembly][NFC] Fix errant tabs in test case in last commit
authorAlex Bradbury <asb@igalia.com>
Thu, 19 May 2022 09:09:30 +0000 (10:09 +0100)
committerAlex Bradbury <asb@igalia.com>
Thu, 19 May 2022 09:10:20 +0000 (10:10 +0100)
[4e8b2ac](https://reviews.llvm.org/rG4e8b2ac7c019) contained unintended
tabs. This commit fixes that.

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

index deb5725..6840711 100644 (file)
@@ -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