small cosmetic fix
6514b07a
1 file(s) · +1 −1
| 510 | 510 | ||
| 511 | 511 | for(i = allitems; i; i = i->next) |
|
| 512 | 512 | if(!i->matched && !strncasecmp(pattern, i->text, plen)) |
|
| 513 | - | j = appenditem(i,j); |
|
| 513 | + | j = appenditem(i, j); |
|
| 514 | 514 | ||
| 515 | 515 | for (i = allitems; i; i = i->next) |
|
| 516 | 516 | if(!i->matched && strcasestr(i->text, pattern)) |