Remove stray spaces after function names.

This commit is contained in:
nicm
2021-08-20 17:50:42 +00:00
parent 01b13de655
commit e463e8622d
9 changed files with 15 additions and 17 deletions

View File

@ -2378,7 +2378,7 @@ server_client_set_flags(struct client *c, const char *flags)
uint64_t flag;
int not;
s = copy = xstrdup (flags);
s = copy = xstrdup(flags);
while ((next = strsep(&s, ",")) != NULL) {
not = (*next == '!');
if (not)