diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2021-12-28 23:13:21 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2021-12-28 23:13:21 +0000 |
commit | ab8964ad7a7778a72545ef44f9fbb8b5bf963546 (patch) | |
tree | a3df1011ffc426b66acda55c73c3c5759d54dd48 | |
parent | 5a118f69cfba641dd9ef1959be5cbd2d1d9d64d9 (diff) |
whitespace tweak, no functional change.
-rw-r--r-- | sys/net/if_veb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_veb.c b/sys/net/if_veb.c index ad7c0a3eb6a..97e039b15dd 100644 --- a/sys/net/if_veb.c +++ b/sys/net/if_veb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_veb.c,v 1.23 2021/12/28 23:10:58 dlg Exp $ */ +/* $OpenBSD: if_veb.c,v 1.24 2021/12/28 23:13:20 dlg Exp $ */ /* * Copyright (c) 2021 David Gwynne <dlg@openbsd.org> @@ -164,7 +164,6 @@ struct veb_softc { printf(fmt); \ } while (0) - static int veb_clone_create(struct if_clone *, int); static int veb_clone_destroy(struct ifnet *); |