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/main2.c | |
| parent | c89c94bf89e98c8e42e786aacc0b334a57474179 (diff) | |
format tests and templates
Diffstat (limited to 'tests/apis/rules/src/main2.c')
| -rw-r--r-- | tests/apis/rules/src/main2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/apis/rules/src/main2.c b/tests/apis/rules/src/main2.c index 9a8264b1f..14d033f7a 100644 --- a/tests/apis/rules/src/main2.c +++ b/tests/apis/rules/src/main2.c @@ -1,7 +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; } |
