ip_output(): style

Reviewed by:	glebius
Sponsored by:	NVidia networking
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D49305
This commit is contained in:
Konstantin Belousov 2025-03-06 19:59:44 +02:00
parent edc1fba05e
commit 394605c057

View file

@ -859,7 +859,7 @@ sendit:
done:
return (error);
bad:
bad:
m_freem(m);
goto done;
}