From 7b800b29e048a2bb05c8d6d04442524677f2c061 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Wed, 13 Feb 2019 12:04:05 -0800 Subject: Add missing trailing newlines --- tests/const-expr-div.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/const-expr-div.c') diff --git a/tests/const-expr-div.c b/tests/const-expr-div.c index bac37a5..3ea302a 100644 --- a/tests/const-expr-div.c +++ b/tests/const-expr-div.c @@ -1 +1 @@ -int x = -2/-1; \ No newline at end of file +int x = -2 / -1; -- cgit v1.2.3