From 35ae5119d48b69f68bfd57202242fb37df417c35 Mon Sep 17 00:00:00 2001 From: dlg Date: Wed, 9 Jun 2021 03:24:54 +0000 Subject: [PATCH] whitespace tweak. no functional change. --- sys/net/if_vlan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c index 40a5fa2a938..01fcdd301eb 100644 --- a/sys/net/if_vlan.c +++ b/sys/net/if_vlan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vlan.c,v 1.206 2021/02/25 02:48:21 dlg Exp $ */ +/* $OpenBSD: if_vlan.c,v 1.207 2021/06/09 03:24:54 dlg Exp $ */ /* * Copyright 1998 Massachusetts Institute of Technology @@ -355,7 +355,7 @@ vlan_inject(struct mbuf *m, uint16_t type, uint16_t tag) CLR(m->m_flags, M_VLANTAG); return (m); - } +} struct mbuf * vlan_input(struct ifnet *ifp0, struct mbuf *m) -- 2.20.1