From 4fa8dd95dddc318daeb62e8a8dbe07192162b5f5 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Fri, 31 Aug 2018 20:57:00 +0000 Subject: [WebAssembly] clang-format (NFC) Summary: This patch runs clang-format on all wasm-only files. Subscribers: dschuff, sbc100, jgravelle-google, sunfish, jfb, cfe-commits Differential Revision: https://reviews.llvm.org/D51448 llvm-svn: 341254 --- clang/test/CodeGen/wasm-varargs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'clang/test/CodeGen/wasm-varargs.c') diff --git a/clang/test/CodeGen/wasm-varargs.c b/clang/test/CodeGen/wasm-varargs.c index acbd590cc25..4cb46f1c190 100644 --- a/clang/test/CodeGen/wasm-varargs.c +++ b/clang/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, ...) { -- cgit v1.2.3