aboutsummaryrefslogtreecommitdiffstats
path: root/nest/rt-fib.c
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2018-02-06 17:43:55 +0100
committerOndrej Zajicek (work) <santiago@crfreenet.org>2018-02-07 17:12:33 +0100
commita82f692e5844d5efdc091a796dc0e8ae8ab5a322 (patch)
tree149028be11635b0097f929d7ae922f3e1042f7b8 /nest/rt-fib.c
parent28b3b551222ab58456a067a9be4790824cdbb60e (diff)
downloadbird-a82f692e5844d5efdc091a796dc0e8ae8ab5a322.tar.gz
Nest: Trivial whitespace cleanup
Diffstat (limited to 'nest/rt-fib.c')
-rw-r--r--nest/rt-fib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-fib.c b/nest/rt-fib.c
index c09f2759..169d6a4f 100644
--- a/nest/rt-fib.c
+++ b/nest/rt-fib.c
@@ -603,7 +603,7 @@ fib_histogram(struct fib *f)
for (e = f->hash_table[i]; e != NULL; e = e->next)
j++;
if (j > 0)
- log(L_WARN "Histogram line %d: %d", i, j);
+ log(L_WARN "Histogram line %d: %d", i, j);
}
log(L_WARN "Histogram dump end");