repositories
/
TP_AL_C.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
532c982
)
Code cleanup: properly indent the scanner function.
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sun, 22 Oct 2017 08:18:35 +0000
(10:18 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sun, 22 Oct 2017 08:18:35 +0000
(10:18 +0200)
lexer/main.c
patch
|
blob
|
blame
|
history
diff --git
a/lexer/main.c
b/lexer/main.c
index a53d793e827c26326f216db73dfe3e48e71328f5..4572d0267330eaa05ee1cdf382d17978c2236f43 100644
(file)
--- 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: