Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jun 22, 2023
1 parent 33b3988 commit 6983447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wat/wasi/link/g.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
int
g(int x)
{
return x * x;
return x * x;
}
2 changes: 1 addition & 1 deletion wat/wasi/link/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ int f(int);
int
main(int argc, char **argv)
{
printf("%d\n", f(1));
printf("%d\n", f(1));
}

0 comments on commit 6983447

Please sign in to comment.