From 0e951a0f8831ac2885fe64531438eb28202f6e53 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 13 Nov 2023 05:30:27 +0100 Subject: Move to Chromium styleguide --- file.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'file.h') diff --git a/file.h b/file.h index f923ce0..97843b2 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