chore: remove whitespaces

This commit is contained in:
2026-03-24 22:48:45 +01:00
parent b4e080c731
commit 1fd88c646d

View File

@@ -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);