git: 5d4a348d0b8e - main - ipfilter: Fix indentation error
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Feb 2022 16:37:17 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=5d4a348d0b8e27d810c3268b3787b1d912e116a5 commit 5d4a348d0b8e27d810c3268b3787b1d912e116a5 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-02-03 16:03:24 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-02-03 16:37:11 +0000 ipfilter: Fix indentation error Fixes: 064a5a95649d05ac084bcf2612cbac5575d76358 MFC after: 3 days --- sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c b/sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c index f617584394cf..10ad77c61534 100644 --- a/sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c +++ b/sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c @@ -931,7 +931,7 @@ ipf_verifysrc(fin) /* -* return the first IP Address associated with an interface + * return the first IP Address associated with an interface */ int ipf_ifpaddr(ipf_main_softc_t *softc, int v, int atype, void *ifptr,