diff options
| author | ruki <[email protected]> | 2025-11-09 19:51:04 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-11-09 19:51:04 +0800 |
| commit | 91f6ed08fe32e36d555129efa4afdd82113f0eb4 (patch) | |
| tree | 2bfee23488c8479c83833677262ee83b9e362cbb /tests/apis/custom_toolchain/src/test.cpp | |
| parent | c89c94bf89e98c8e42e786aacc0b334a57474179 (diff) | |
format tests and templates
Diffstat (limited to 'tests/apis/custom_toolchain/src/test.cpp')
| -rw-r--r-- | tests/apis/custom_toolchain/src/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/apis/custom_toolchain/src/test.cpp b/tests/apis/custom_toolchain/src/test.cpp index 7cdb7d93f..66905a94c 100644 --- a/tests/apis/custom_toolchain/src/test.cpp +++ b/tests/apis/custom_toolchain/src/test.cpp @@ -1,5 +1,5 @@ #include "foo.h" -int main(int argc, char** argv) { +int main(int argc, char **argv) { return add(1, 2); } |
