diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-09-02 14:03:23 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-09-02 14:03:23 +0000 |
commit | 387e88c0114b6b3a436bae0e9990765cde6d044b (patch) | |
tree | e1bf9e53609f8950063eb0a42e49e5f7fb380598 /usr.sbin/ospfd | |
parent | 32fd4528adafb57b4319d0dfa6e5c18c71d70a06 (diff) |
remove trailing spaces and tabs from source code; no binary changes
(verified by both sthen@ and me).
ok sthen@; "just commit it" claudio@
Diffstat (limited to 'usr.sbin/ospfd')
-rw-r--r-- | usr.sbin/ospfd/auth.c | 4 | ||||
-rw-r--r-- | usr.sbin/ospfd/control.c | 4 | ||||
-rw-r--r-- | usr.sbin/ospfd/ospfd.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/ospfd/auth.c b/usr.sbin/ospfd/auth.c index 0410a088da4..63d6bb0b705 100644 --- a/usr.sbin/ospfd/auth.c +++ b/usr.sbin/ospfd/auth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth.c,v 1.18 2010/05/26 13:56:08 nicm Exp $ */ +/* $OpenBSD: auth.c,v 1.19 2010/09/02 14:03:21 sobrado Exp $ */ /* * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> @@ -264,7 +264,7 @@ md_list_send(struct auth_md_head *head, struct imsgev *to) struct auth_md *m; TAILQ_FOREACH(m, head, entry) - if (imsg_compose_event(to, IMSG_RECONF_AUTHMD, 0, 0, -1, m, + if (imsg_compose_event(to, IMSG_RECONF_AUTHMD, 0, 0, -1, m, sizeof(*m)) == -1) return (-1); diff --git a/usr.sbin/ospfd/control.c b/usr.sbin/ospfd/control.c index 2c1d0cd5b20..0012c9ebd40 100644 --- a/usr.sbin/ospfd/control.c +++ b/usr.sbin/ospfd/control.c @@ -1,4 +1,4 @@ -/* $OpenBSD: control.c,v 1.33 2010/05/14 11:52:19 claudio Exp $ */ +/* $OpenBSD: control.c,v 1.34 2010/09/02 14:03:22 sobrado Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -275,7 +275,7 @@ control_dispatch_imsg(int fd, short event, void *bula) memcpy(&verbose, imsg.data, sizeof(verbose)); log_verbose(verbose); - break; + break; default: log_debug("control_dispatch_imsg: " "error handling imsg %d", imsg.hdr.type); diff --git a/usr.sbin/ospfd/ospfd.c b/usr.sbin/ospfd/ospfd.c index 679022223d7..aabe7611e4f 100644 --- a/usr.sbin/ospfd/ospfd.c +++ b/usr.sbin/ospfd/ospfd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfd.c,v 1.74 2010/05/14 08:30:18 sthen Exp $ */ +/* $OpenBSD: ospfd.c,v 1.75 2010/09/02 14:03:22 sobrado Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -743,7 +743,7 @@ merge_config(struct ospfd_conf *conf, struct ospfd_conf *xconf) SIMPLEQ_REMOVE_HEAD(&a->redist_list, entry); free(r); } - + while ((r = SIMPLEQ_FIRST(&xa->redist_list)) != NULL) { SIMPLEQ_REMOVE_HEAD(&xa->redist_list, entry); SIMPLEQ_INSERT_TAIL(&a->redist_list, r, entry); |