From c79edf4df9909bdb1313e74bb9cc7c8ea7936dcb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 15 Nov 2024 08:53:26 -0500 Subject: Update clang-format configuration --- src/posix/filesystem_posix.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/posix') diff --git a/src/posix/filesystem_posix.c b/src/posix/filesystem_posix.c index be13995..cd53689 100644 --- a/src/posix/filesystem_posix.c +++ b/src/posix/filesystem_posix.c @@ -378,8 +378,7 @@ zix_file_unlock(FILE* const file, const ZixFileLockMode mode) #endif } -ZIX_CONST_FUNC -static ZixFileType +ZIX_CONST_FUNC static ZixFileType stat_file_type(const struct stat* sb) { typedef struct { -- cgit v1.2.1