Skip to content

Commit

Permalink
Fix inconsistent indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Nov 30, 2024
1 parent 173b897 commit d7eaad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testes/pluto/ffi/lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SOUP_CEXPORT int MY_MAGIC_INT = 69;

SOUP_CEXPORT int add(int a, int b)
{
return a + b;
return a + b;
}

struct Result
Expand Down

0 comments on commit d7eaad3

Please sign in to comment.