From 15390a3b612562a8f1c995e968cd3b1943375ab9 Mon Sep 17 00:00:00 2001 From: pacien Date: Mon, 7 May 2018 01:33:55 +0200 Subject: Code cleanup and reformating --- src/tpc.lex | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/tpc.lex') diff --git a/src/tpc.lex b/src/tpc.lex index 7a0d6b6..bdf6bb5 100644 --- a/src/tpc.lex +++ b/src/tpc.lex @@ -1,8 +1,8 @@ %{ /** - * UPEM / Compilation / Projet - * Pacien TRAN-GIRARD, Adam NAILI - */ + * UPEM / Compilation / Projet + * Pacien TRAN-GIRARD, Adam NAILI + */ #include "tpc.tab.h" #define INT 0 @@ -49,4 +49,3 @@ reade { return READE; } \n { lineno++; } . ; %% - -- cgit v1.2.3