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/bgpd/config.c | |
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/bgpd/config.c')
-rw-r--r-- | usr.sbin/bgpd/config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/config.c b/usr.sbin/bgpd/config.c index 8ad8e817627..bd46f9e3a47 100644 --- a/usr.sbin/bgpd/config.c +++ b/usr.sbin/bgpd/config.c @@ -1,4 +1,4 @@ -/* $OpenBSD: config.c,v 1.54 2010/06/27 19:53:34 claudio Exp $ */ +/* $OpenBSD: config.c,v 1.55 2010/09/02 14:03:21 sobrado Exp $ */ /* * Copyright (c) 2003, 2004, 2005 Henning Brauer <henning@openbsd.org> @@ -78,7 +78,7 @@ merge_config(struct bgpd_config *xconf, struct bgpd_config *conf, nla->reconf = RECONF_REINIT; } else { - /* + /* * merge new listeners: * -flag all existing ones as to be deleted * -those that are in both new and old: flag to keep |