style: normalize indentation from 4-space to 2-space in lexer.c and main.c

This commit is contained in:
Bob Nystrom
2013-10-22 18:23:51 +00:00
parent f69250f217
commit 8d29decb14
2 changed files with 169 additions and 170 deletions
-1
View File
@@ -12,7 +12,6 @@ typedef struct
Token* head;
Token* tail;
} Lexer;
static void readName(Lexer* lexer);