whitespace fixes

This commit is contained in:
rofl0r 2021-02-13 18:22:19 +00:00
parent 6e216b19f0
commit b19bc49769
2 changed files with 38 additions and 37 deletions

View File

@ -249,6 +249,7 @@ int check_acl (const char *ip, union sockaddr_union *addr, acl_list_t access_lis
? check_numeric_acl (acl, numeric_addr) ? check_numeric_acl (acl, numeric_addr)
: -1; : -1;
break; break;
case HST_NONE: case HST_NONE:
perm = -1; perm = -1;
break; break;