summaryrefslogtreecommitdiffstats
path: root/sys/net/bridgestp.c
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2005-12-17 10:03:48 +0000
committerthompsa <thompsa@FreeBSD.org>2005-12-17 10:03:48 +0000
commit31de7389999f3dde2fa06b743132b4bdd9d05116 (patch)
tree1c662c097fa21d181e7d82f6cd32c77c313c6f45 /sys/net/bridgestp.c
parent272f64aa70db64f22a9dd24351de66d5caec7baa (diff)
downloadFreeBSD-src-31de7389999f3dde2fa06b743132b4bdd9d05116.zip
FreeBSD-src-31de7389999f3dde2fa06b743132b4bdd9d05116.tar.gz
Minor whitespace cleanup.
Diffstat (limited to 'sys/net/bridgestp.c')
-rw-r--r--sys/net/bridgestp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/bridgestp.c b/sys/net/bridgestp.c
index 7dec2b2..a23342d 100644
--- a/sys/net/bridgestp.c
+++ b/sys/net/bridgestp.c
@@ -698,7 +698,7 @@ bstp_input(struct ifnet *ifp, struct mbuf *m)
goto out;
}
- out:
+out:
if (m)
m_freem(m);
return (NULL);
OpenPOWER on IntegriCloud