diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2023-01-20 10:30:42 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2023-01-20 10:30:42 +0000 |
commit | 1733e11a36cc75c8ae987e5468ae4ed2db59e880 (patch) | |
tree | 362e8ddc0d44e8e68512cb845e03693905417738 /usr.sbin/bgpd/bgpd.c | |
parent | cc194fd36aed65afc1e742f37621c9f9b93418cb (diff) |
comma space not space comma
Diffstat (limited to 'usr.sbin/bgpd/bgpd.c')
-rw-r--r-- | usr.sbin/bgpd/bgpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.c b/usr.sbin/bgpd/bgpd.c index c8778841bbb..5e4dbcd0a37 100644 --- a/usr.sbin/bgpd/bgpd.c +++ b/usr.sbin/bgpd/bgpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.c,v 1.255 2022/11/18 10:17:23 claudio Exp $ */ +/* $OpenBSD: bgpd.c,v 1.256 2023/01/20 10:30:41 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -73,7 +73,7 @@ struct connect_elm { int fd; }; -TAILQ_HEAD( ,connect_elm) connect_queue = \ +TAILQ_HEAD(, connect_elm) connect_queue = \ TAILQ_HEAD_INITIALIZER(connect_queue); u_int connect_cnt; #define MAX_CONNECT_CNT 32 |