Ran clang-format

This commit is contained in:
2023-10-28 17:28:13 +01:00
parent ebd2909d15
commit 5c6a89df87
6 changed files with 116 additions and 131 deletions

View File

@@ -1,4 +1,4 @@
int test() {
int i = 5;
return i;
int i = 5;
return i;
}