diff options
Diffstat (limited to 'tests/projects/c++/precompiled_header/src/main.cpp')
| -rw-r--r-- | tests/projects/c++/precompiled_header/src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/projects/c++/precompiled_header/src/main.cpp b/tests/projects/c++/precompiled_header/src/main.cpp index 27d41ee50..bfce631e2 100644 --- a/tests/projects/c++/precompiled_header/src/main.cpp +++ b/tests/projects/c++/precompiled_header/src/main.cpp @@ -1,7 +1,6 @@ #include "header.h" -int main(int argc, char** argv) -{ +int main(int argc, char **argv) { std::string s("xmake"); printf("hello %s!\n", s.c_str()); return 0; |
