From: Jérôme Benoit Date: Sun, 22 Oct 2017 08:18:35 +0000 (+0200) Subject: Code cleanup: properly indent the scanner function. X-Git-Url: https://git.piment-noir.org/?p=TP_AL_C.git;a=commitdiff_plain;h=da74c1e073d935102c9a78bd3c839af3c340fa6e Code cleanup: properly indent the scanner function. --- diff --git a/lexer/main.c b/lexer/main.c index a53d793..4572d02 100644 --- a/lexer/main.c +++ b/lexer/main.c @@ -44,9 +44,9 @@ bool isSeparator() { } int scanner() { -const char* Titre = "Titre"; -const char* Auteur = "Auteur"; -unsigned int j = 0; + const char* Titre = "Titre"; + const char* Auteur = "Auteur"; + unsigned int j = 0; // The main loop get the next character init: