diff options
Diffstat (limited to 'Tests/SetLang/foo.c')
-rw-r--r-- | Tests/SetLang/foo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SetLang/foo.c b/Tests/SetLang/foo.c index e7918af..551dd1b 100644 --- a/Tests/SetLang/foo.c +++ b/Tests/SetLang/foo.c @@ -2,6 +2,6 @@ int foo() { int r = 10; r++; - int ret = r+10; + int ret = r + 10; return ret; } |