Closed younesaassila closed 1 year ago
Turns out my fix for #58 from yesterday didn't take into account functions declarations with parens in them like this one:
static void st_merge_fields_in_curr(char *strs[3], t_tok_lst **curr, void (*del)(void *));
This leads to the formatter not detecting them as func declarations and thus not indenting them properly
This fixes the regexes and I've ensured #58 stays fixed
I blame ChatGPT!
Turns out my fix for #58 from yesterday didn't take into account functions declarations with parens in them like this one:
This leads to the formatter not detecting them as func declarations and thus not indenting them properly
This fixes the regexes and I've ensured #58 stays fixed
I blame ChatGPT!