diff options
| author | Jianpeng Peng <[email protected]> | 2022-10-19 15:00:37 +0800 |
|---|---|---|
| committer | Jianpeng Peng <[email protected]> | 2022-10-19 15:00:37 +0800 |
| commit | fa425b0c71e333276f94fa11f216b23a2de5a23b (patch) | |
| tree | 6130d1b0e8783d8188ee732eb324dc7d912d9d34 /tests/projects/embed/gnu-rm/hello/src/foo | |
| parent | f6a1811657d2a2abc5ca6026bb340cb68942db0a (diff) | |
Format the code and follow the coding conventions.
Diffstat (limited to 'tests/projects/embed/gnu-rm/hello/src/foo')
| -rw-r--r-- | tests/projects/embed/gnu-rm/hello/src/foo/foo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/embed/gnu-rm/hello/src/foo/foo.c b/tests/projects/embed/gnu-rm/hello/src/foo/foo.c index a962f560c..e652e68d0 100644 --- a/tests/projects/embed/gnu-rm/hello/src/foo/foo.c +++ b/tests/projects/embed/gnu-rm/hello/src/foo/foo.c @@ -1,4 +1,4 @@ int foo(int x) { - return x; + return x; } |
