diff options
author | Heejin Ahn <aheejin@gmail.com> | 2018-08-31 20:57:00 +0000 |
---|---|---|
committer | Heejin Ahn <aheejin@gmail.com> | 2018-08-31 20:57:00 +0000 |
commit | 4fa8dd95dddc318daeb62e8a8dbe07192162b5f5 (patch) | |
tree | cfb7272c25460950c861885f482ca9b28f624c7c /clang/test/CodeGenCXX/static-init-wasm.cpp | |
parent | 71e9778006b039b03c1aebe3fc135029e985fdda (diff) | |
download | bcm5719-llvm-4fa8dd95dddc318daeb62e8a8dbe07192162b5f5.tar.gz bcm5719-llvm-4fa8dd95dddc318daeb62e8a8dbe07192162b5f5.zip |
[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
Diffstat (limited to 'clang/test/CodeGenCXX/static-init-wasm.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/static-init-wasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/static-init-wasm.cpp b/clang/test/CodeGenCXX/static-init-wasm.cpp index 68d139157e2..579818ce5a2 100644 --- a/clang/test/CodeGenCXX/static-init-wasm.cpp +++ b/clang/test/CodeGenCXX/static-init-wasm.cpp @@ -38,7 +38,7 @@ void g() { // Test various aspects of static constructor calls. struct A { - A(); + A(); }; A theA; |