From c7ab12bba64d9c20ccd79b132dac475f7bc3923e Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Jan 2026 22:22:16 +0100 Subject: Re-enable multi-threading --- file.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'file.h') diff --git a/file.h b/file.h index 97843b2..f923ce0 100644 --- a/file.h +++ b/file.h @@ -4,10 +4,10 @@ #include struct FileContent { - const char* content; - size_t count; + const char *content; + size_t count; }; -struct FileContent read_entire_file(const char* file_path); +struct FileContent read_entire_file(const char *file_path); #endif -- cgit v1.2.3