diff -r 0cb645809b1a -r 665b60727a89 src/settings.h --- a/src/settings.h Sat Jul 04 11:10:51 2026 +0200 +++ b/src/settings.h Sat Jul 04 12:09:37 2026 +0200 @@ -33,11 +33,11 @@ #include "regex_parser.h" typedef struct { - string_list* includeSuffixes; - string_list* excludeSuffixes; - string_list* excludeDirs; - regex_parser* regex; - bfile_heuristics* bfileHeuristics; + string_list *includeSuffixes; + string_list *excludeSuffixes; + string_list *excludeDirs; + regex_parser *regex; + bfile_heuristics *bfileHeuristics; char fileSeparator; bool recursive; bool matchesOnly; @@ -52,7 +52,7 @@ extern "C" { #endif -settings* new_settings(); +settings *new_settings(); void destroy_settings(settings*); #ifdef _cplusplus