From 17e17a17cf097357678e89af9f24bb316c001820 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sun, 28 Apr 2019 04:05:43 +0000 Subject: [PATCH] Left justify a function header brace as it should be. No functional change. MFC after: 3 days --- sys/contrib/ipfilter/netinet/ip_fil_freebsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c b/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c index c1839fb2dd8c..8986dab2a173 100644 --- a/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c +++ b/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c @@ -1169,7 +1169,7 @@ ipf_checkv6sum(fin) size_t mbufchainlen(m0) struct mbuf *m0; - { +{ size_t len; if ((m0->m_flags & M_PKTHDR) != 0) {