diff options
author | anton <anton@cvs.openbsd.org> | 2020-10-04 06:59:17 +0000 |
---|---|---|
committer | anton <anton@cvs.openbsd.org> | 2020-10-04 06:59:17 +0000 |
commit | 70b6a4a8bb7b7ae406dda9b022e2c0e69140eb27 (patch) | |
tree | 713f7e0a0f4490f169b4d7fdadfdf2b3a81f5b64 /sys/net/if_tun.c | |
parent | 451ff58a7eb81940899fdd73f21c8925c71cdad1 (diff) |
fix indent
Diffstat (limited to 'sys/net/if_tun.c')
-rw-r--r-- | sys/net/if_tun.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c index fe9e375f72f..531ba5075c2 100644 --- a/sys/net/if_tun.c +++ b/sys/net/if_tun.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_tun.c,v 1.226 2020/08/21 22:59:27 kn Exp $ */ +/* $OpenBSD: if_tun.c,v 1.227 2020/10/04 06:59:16 anton Exp $ */ /* $NetBSD: if_tun.c,v 1.24 1996/05/07 02:40:48 thorpej Exp $ */ /* @@ -297,7 +297,7 @@ tun_clone_destroy(struct ifnet *ifp) struct vnode *vp; if (vfinddev(dev, VCHR, &vp)) - VOP_REVOKE(vp, REVOKEALL); + VOP_REVOKE(vp, REVOKEALL); KASSERT(sc->sc_dev == 0); } |