summaryrefslogtreecommitdiff
path: root/test/CodeGen/wasm-varargs.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/wasm-varargs.c')
-rw-r--r--test/CodeGen/wasm-varargs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/wasm-varargs.c b/test/CodeGen/wasm-varargs.c
index acbd590cc25c3..4cb46f1c19080 100644
--- a/test/CodeGen/wasm-varargs.c
+++ b/test/CodeGen/wasm-varargs.c
@@ -65,9 +65,9 @@ long long test_i64(char *fmt, ...) {
// CHECK: }
struct S {
- int x;
- int y;
- int z;
+ int x;
+ int y;
+ int z;
};
struct S test_struct(char *fmt, ...) {