[fix] fixing some formatting
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
|
||||
|
||||
#ifndef SCANNER_H
|
||||
#define SCANNER_H
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
#include "token_types.h"
|
||||
#include "tokens.h"
|
||||
|
||||
@@ -19,4 +15,4 @@ tokenized_string_t *tokenize(const char *str);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user