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:
Jose Luis Duran 2022-10-12 12:25:50 -03:00 committed by Ed Maste
parent 1c14656dad
commit 63f6075fcf
2 changed files with 1 additions and 2 deletions

View file

@ -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();

View file

@ -501,7 +501,6 @@ bl_recv(bl_t b)
(got & GOT_CRED) == 0 ? "cred" :
#endif
"", (got & GOT_FD) == 0 ? "fd" : "");
return NULL;
}