From 37a0857584582a31c3fbbaa7ed605b37878160d0 Mon Sep 17 00:00:00 2001 From: Adrian Lehmann Date: Sat, 27 Oct 2018 15:58:38 +0200 Subject: [PATCH] Remove incorrect whitespaces --- lexer/recursion.mj.out | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lexer/recursion.mj.out b/lexer/recursion.mj.out index 01ae1cc..79faa61 100644 --- a/lexer/recursion.mj.out +++ b/lexer/recursion.mj.out @@ -1,5 +1,5 @@ -void -identifier a +void +identifier a ( void ) @@ -9,4 +9,4 @@ identifier a ) ; } -EOF \ No newline at end of file +EOF -- GitLab