Date: Thu, 3 Feb 2022 16:37:17 GMT From: Cy Schubert <cy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 5d4a348d0b8e - main - ipfilter: Fix indentation error Message-ID: <202202031637.213GbHZg099171@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202031637.213GbHZg099171>