Make indentation consistent.

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