Make indentation consistent.
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user