diff options
author | Michael Forney <mforney@mforney.org> | 2019-02-13 12:04:05 -0800 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-02-13 12:07:11 -0800 |
commit | 7b800b29e048a2bb05c8d6d04442524677f2c061 (patch) | |
tree | 3798dadc00c9401883417f58db12925325870228 /tests/const-expr-mod.c | |
parent | 3432fee6727308e459faae48cb45d538addab9d7 (diff) |
Add missing trailing newlines
Diffstat (limited to 'tests/const-expr-mod.c')
-rw-r--r-- | tests/const-expr-mod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/const-expr-mod.c b/tests/const-expr-mod.c index 2f12704..024c94c 100644 --- a/tests/const-expr-mod.c +++ b/tests/const-expr-mod.c @@ -1 +1 @@ -int x = -2%-1;
\ No newline at end of file +int x = -2 % -1; |