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/ftw.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/ftw.h') diff --git a/include/ftw.h b/include/ftw.h index 53f7379f..06463185 100644 --- a/include/ftw.h +++ b/include/ftw.h @@ -24,8 +24,6 @@ struct FTW { int level; }; -int nftw(const char *, - int (*)(const char *, const struct stat *, int, struct FTW *), int, - int); +int nftw(const char *, int (*)(const char *, const struct stat *, int, struct FTW *), int, int); #endif -- cgit v1.2.3