From a984eb367c032dbe2577f01238c3d1268526be70 Mon Sep 17 00:00:00 2001 From: Kacper Date: Thu, 25 Dec 2025 19:24:38 +0100 Subject: Clang-tidy fixes --- include/glob.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/glob.h') diff --git a/include/glob.h b/include/glob.h index ef253721..54ce01da 100644 --- a/include/glob.h +++ b/include/glob.h @@ -22,8 +22,7 @@ typedef struct { size_t gl_offs; } glob_t; -int glob(const char *restrict, int, int (*)(const char *, int), - glob_t *restrict); +int glob(const char *restrict, int, int (*)(const char *, int), glob_t *restrict); void globfree(glob_t *); #endif -- cgit v1.2.3