chore: remove whitespaces
This commit is contained in:
3
cmeta.h
3
cmeta.h
@@ -17,7 +17,6 @@ typedef struct {
|
||||
// AUTO GENERATED CODE //
|
||||
// AUTO GENERATED CODE //
|
||||
|
||||
// #define CMETA_COMPTIME
|
||||
#ifdef CMETA_COMPTIME
|
||||
|
||||
#include <ctype.h>
|
||||
@@ -365,6 +364,8 @@ bool preprocess_file(const char* file_path, String_Builder* result) {
|
||||
collecting_content = true;
|
||||
continue;
|
||||
}
|
||||
|
||||
// TODO: read original file at line_num, to check for comments (e.g annotations)
|
||||
} else if(collecting_content) {
|
||||
sb_append(result, line);
|
||||
cursor += strlen(line);
|
||||
|
||||
Reference in New Issue
Block a user