diff options
| author | ruki <[email protected]> | 2025-11-10 06:35:04 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-10 06:35:04 +0800 |
| commit | 2b01e46fcf619aaecb8435b0fac975e3aff0587f (patch) | |
| tree | 8f005a8dfc3272e9f027560e5e1b5881a7a8bc70 /tests/projects/c++/unity_build/src/foo | |
| parent | a1b0ec856e2c22aac84022feb05b6687912e3d6e (diff) | |
| parent | 2c387895657ae13cd717d7f42f5baed5eb028a8e (diff) | |
Merge pull request #7008 from xmake-io/format
format code
Diffstat (limited to 'tests/projects/c++/unity_build/src/foo')
| -rw-r--r-- | tests/projects/c++/unity_build/src/foo/test.cpp | 3 | ||||
| -rw-r--r-- | tests/projects/c++/unity_build/src/foo/test2.cpp | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/projects/c++/unity_build/src/foo/test.cpp b/tests/projects/c++/unity_build/src/foo/test.cpp index e9d6c83d9..4a526251e 100644 --- a/tests/projects/c++/unity_build/src/foo/test.cpp +++ b/tests/projects/c++/unity_build/src/foo/test.cpp @@ -2,7 +2,6 @@ // main.cpp #include "header.h" -int test() -{ +int test() { return 0; } diff --git a/tests/projects/c++/unity_build/src/foo/test2.cpp b/tests/projects/c++/unity_build/src/foo/test2.cpp index 596359cd2..0d9d9240f 100644 --- a/tests/projects/c++/unity_build/src/foo/test2.cpp +++ b/tests/projects/c++/unity_build/src/foo/test2.cpp @@ -2,7 +2,6 @@ // main.cpp #include "header.h" -int test2() -{ +int test2() { return 0; } |
