summaryrefslogtreecommitdiff
path: root/sys/net/if.c
diff options
context:
space:
mode:
authorKlemens Nanni <kn@cvs.openbsd.org>2022-11-08 18:47:59 +0000
committerKlemens Nanni <kn@cvs.openbsd.org>2022-11-08 18:47:59 +0000
commit6aec4af7070600529e17b116f93991699b1d5aa8 (patch)
treed2448733abc50788353fef7005f272c6766459cd /sys/net/if.c
parentbfd9b924c68c6ac6d2bcb653a3a6fff01ac6605f (diff)
Use four spaces not tabs on line break
Diffstat (limited to 'sys/net/if.c')
-rw-r--r--sys/net/if.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index 75f57394641..9cb801b0010 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.c,v 1.670 2022/11/08 18:43:22 kn Exp $ */
+/* $OpenBSD: if.c,v 1.671 2022/11/08 18:47:58 kn Exp $ */
/* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */
/*
@@ -229,7 +229,7 @@ void if_idxmap_remove(struct ifnet *);
TAILQ_HEAD(, ifg_group) ifg_head = TAILQ_HEAD_INITIALIZER(ifg_head);
LIST_HEAD(, if_clone) if_cloners =
- LIST_HEAD_INITIALIZER(if_cloners); /* [I] list of clonable interfaces */
+ LIST_HEAD_INITIALIZER(if_cloners); /* [I] list of clonable interfaces */
int if_cloners_count; /* [I] number of clonable interfaces */
struct rwlock if_cloners_lock = RWLOCK_INITIALIZER("clonelk");