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/nested-array.c | |
parent | 3432fee6727308e459faae48cb45d538addab9d7 (diff) |
Add missing trailing newlines
Diffstat (limited to 'tests/nested-array.c')
-rw-r--r-- | tests/nested-array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nested-array.c b/tests/nested-array.c index 3c62258..0f0a121 100644 --- a/tests/nested-array.c +++ b/tests/nested-array.c @@ -1 +1 @@ -int x[2][3];
\ No newline at end of file +int x[2][3]; |