diff options
author | Cy Schubert <cy@FreeBSD.org> | 2021-12-22 05:11:44 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2022-01-04 02:06:44 +0000 |
commit | 5e13b104a4083c022162a06ffab4f37e7e93aa45 (patch) | |
tree | 646f49ea2175554d3300288c760708e609e1a310 /sbin/ipf/ippool | |
parent | 80030b6cc734cc50c20d87de99bb631a06888f37 (diff) | |
download | src-5e13b104a4083c022162a06ffab4f37e7e93aa45.tar.gz src-5e13b104a4083c022162a06ffab4f37e7e93aa45.zip |
ipfilter userland: Fix whitespace errors
Replace leading spaces with a tabs on affected lines.
MFC after: 1 month
Diffstat (limited to 'sbin/ipf/ippool')
-rw-r--r-- | sbin/ipf/ippool/ippool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipf/ippool/ippool.c b/sbin/ipf/ippool/ippool.c index 12c9c85800d5..2d09b67e918c 100644 --- a/sbin/ipf/ippool/ippool.c +++ b/sbin/ipf/ippool/ippool.c @@ -1089,7 +1089,7 @@ setnodeaddr(int type, int role, void *ptr, char *arg) } else if (type == IPLT_HASH) { iphtent_t *node = ptr; - node->ipe_family = family; + node->ipe_family = family; node->ipe_unit = role; #ifdef USE_INET6 |