Left justify a function header brace as it should be.

No functional change.

MFC after:	3 days
This commit is contained in:
Cy Schubert 2019-04-28 04:05:43 +00:00
parent d1d73b0e27
commit 17e17a17cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=346804

View File

@ -1169,7 +1169,7 @@ ipf_checkv6sum(fin)
size_t
mbufchainlen(m0)
struct mbuf *m0;
{
{
size_t len;
if ((m0->m_flags & M_PKTHDR) != 0) {