indent lots of code using vim gg=G

This commit is contained in:
speedie 2023-05-08 23:00:45 +02:00
parent fc8d12cd0a
commit 5efe236380
32 changed files with 2366 additions and 2365 deletions

View file

@ -15,6 +15,7 @@ void fuzzymatch(void) {
itext_len = strlen(it->text);
pidx = 0; // pointer
sidx = eidx = -1; // start of match, end of match
// walk through item text
for (i = 0; i < itext_len && (c = it->text[i]); i++) {
// fuzzy match pattern