From b3bd068f614a46580ee3e5688dd9cfd40694d75b Mon Sep 17 00:00:00 2001 From: Johnny Richard Date: Mon, 14 Apr 2025 23:22:57 +0200 Subject: Define clang-format and .editorconfig settings Signed-off-by: Johnny Richard --- src/utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index c50ff03..d88d200 100644 --- a/src/utils.h +++ b/src/utils.h @@ -17,7 +17,7 @@ #ifndef UTILS_H #define UTILS_H -char * -read_file_contents(char *file_path); +char* +read_file_contents(char* file_path); #endif /* UTILS_H */ -- cgit v1.2.3