mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
Left justify a function header brace as it should be.
No functional change. MFC after: 3 days
This commit is contained in:
parent
d1d73b0e27
commit
17e17a17cf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=346804
@ -1169,7 +1169,7 @@ ipf_checkv6sum(fin)
|
||||
size_t
|
||||
mbufchainlen(m0)
|
||||
struct mbuf *m0;
|
||||
{
|
||||
{
|
||||
size_t len;
|
||||
|
||||
if ((m0->m_flags & M_PKTHDR) != 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user