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/rules/src/main.c | |
| parent | c89c94bf89e98c8e42e786aacc0b334a57474179 (diff) | |
format tests and templates
Diffstat (limited to 'tests/apis/rules/src/main.c')
| -rw-r--r-- | tests/apis/rules/src/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/apis/rules/src/main.c b/tests/apis/rules/src/main.c index b86c9ad8e..14d033f7a 100644 --- a/tests/apis/rules/src/main.c +++ b/tests/apis/rules/src/main.c @@ -1,8 +1,7 @@ #include <stdio.h> extern int test(int a, int b); -int main(int argc, char** argv) -{ +int main(int argc, char **argv) { printf("1 + 1 = %d\n", test(1, 1)); return 0; } |
