diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-03-22 11:29:02 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-03-22 11:29:02 +0000 |
commit | 7f997990a2747fc59912eb4b0ef83951d814e5cc (patch) | |
tree | a774176d0879a9f0967eb46f68d3211e8257e28c | |
parent | 5e85887cb24101e1103eac67ecd528e8213fd704 (diff) |
whitespace tweak; gratuitous difference with ospf6d
-rw-r--r-- | usr.sbin/ospfd/ospfd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfd.c b/usr.sbin/ospfd/ospfd.c index 42d19b75c43..8e1e30d7bac 100644 --- a/usr.sbin/ospfd/ospfd.c +++ b/usr.sbin/ospfd/ospfd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfd.c,v 1.78 2011/08/20 11:16:09 sthen Exp $ */ +/* $OpenBSD: ospfd.c,v 1.79 2013/03/22 11:29:01 sthen Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -596,7 +596,7 @@ ospf_redistribute(struct kroute *kr, u_int32_t *metric) r->mask.s_addr == INADDR_ANY) { if (is_default) { *metric = r->metric; - return (r->type & REDIST_NO? 0 : 1); + return (r->type & REDIST_NO ? 0 : 1); } else return (0); } |