From 349991bf6efe473ab9a5cbdae0a8114d72b997e3 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 9 Nov 2023 14:18:21 +0100 Subject: Fixed space width --- file.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'file.h') diff --git a/file.h b/file.h index 8b5cacb..31a6e7d 100644 --- a/file.h +++ b/file.h @@ -4,8 +4,8 @@ #include struct FileContent { - const char *content; - size_t count; + const char *content; + size_t count; }; struct FileContent read_entire_file(const char *file_path); -- cgit v1.2.3