summaryrefslogtreecommitdiff
path: root/tests/projects/c++/precompiled_header/test3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/c++/precompiled_header/test3.cpp')
-rw-r--r--tests/projects/c++/precompiled_header/test3.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/projects/c++/precompiled_header/test3.cpp b/tests/projects/c++/precompiled_header/test3.cpp
index 7daf91dd7..c914e1dff 100644
--- a/tests/projects/c++/precompiled_header/test3.cpp
+++ b/tests/projects/c++/precompiled_header/test3.cpp
@@ -2,7 +2,6 @@
#include "src/header.h"
#include "src/header2.h"
-int test3()
-{
+int test3() {
return 0;
}