Code cleanup: properly indent the scanner function.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 22 Oct 2017 08:18:35 +0000 (10:18 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 22 Oct 2017 08:18:35 +0000 (10:18 +0200)
lexer/main.c

index a53d793e827c26326f216db73dfe3e48e71328f5..4572d0267330eaa05ee1cdf382d17978c2236f43 100644 (file)
@@ -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: