Remove an uneeded indentation introduced in r223637 to silence gcc warnging
MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
2bf2d8900a
commit
2de191f3bc
@ -5260,7 +5260,7 @@ pf_test_state_other(struct pf_state **state, int direction, struct pfi_kif *kif,
|
||||
nk->addr[pd->didx].v4.s_addr,
|
||||
0);
|
||||
|
||||
break;
|
||||
break;
|
||||
#endif /* INET */
|
||||
#ifdef INET6
|
||||
case AF_INET6:
|
||||
|
Loading…
Reference in New Issue
Block a user