diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2011-03-04 09:24:47 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2011-03-04 09:24:47 +0000 |
commit | 6218f14f06d9bf4e2680783dca9f75fbc815cf95 (patch) | |
tree | de8c88ae2eb1425cfe6b40b32be17d4e59e773e7 /usr.sbin | |
parent | 7d0805a2b24ba711916593307e8542c1ba9e8a72 (diff) |
Indent block correctly.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ospfd/database.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ospfd/database.c b/usr.sbin/ospfd/database.c index c205ca9e8a0..f3641c31f6d 100644 --- a/usr.sbin/ospfd/database.c +++ b/usr.sbin/ospfd/database.c @@ -1,4 +1,4 @@ -/* $OpenBSD: database.c,v 1.27 2010/05/26 13:56:08 nicm Exp $ */ +/* $OpenBSD: database.c,v 1.28 2011/03/04 09:24:46 claudio Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -187,9 +187,9 @@ recv_db_description(struct nbr *nbr, char *buf, u_int16_t len) nbr->last_rx_bits == dd_hdr.bits && ntohl(dd_hdr.dd_seq_num) == nbr->dd_seq_num - nbr->dd_master ? 1 : 0) { - log_debug("recv_db_description: dupe from ID %s", - inet_ntoa(nbr->id)); - dupe = 1; + log_debug("recv_db_description: dupe from ID %s", + inet_ntoa(nbr->id)); + dupe = 1; } switch (nbr->state) { |