blacklistd: Whitespace police
These were missed in the previous whitespace reduction.
Fixes: 631bdcf304
("blacklistd: whitespace cleanup")
Obtained from: https://github.com/zoulasc/blocklist
This commit is contained in:
parent
1c14656dad
commit
63f6075fcf
@ -371,6 +371,7 @@ getname(const char *f, size_t l, bool local, struct conf *c,
|
||||
strlcpy(c->c_name, rulename, CONFNAMESZ);
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (strcmp(p, "=") == 0) {
|
||||
if (local)
|
||||
goto out;
|
||||
@ -473,7 +474,6 @@ conf_amask_eq(const void *v1, const void *v2, size_t len, int mask)
|
||||
return 1;
|
||||
goto out;
|
||||
case FEQUAL:
|
||||
|
||||
(*lfun)(LOG_CRIT, "%s: Internal error: bad mask %d", __func__,
|
||||
mask);
|
||||
abort();
|
||||
|
@ -501,7 +501,6 @@ bl_recv(bl_t b)
|
||||
(got & GOT_CRED) == 0 ? "cred" :
|
||||
#endif
|
||||
"", (got & GOT_FD) == 0 ? "fd" : "");
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user