From bf55e1884e08d1bcdb9f705ed93b5b69e020dd04 Mon Sep 17 00:00:00 2001 From: Aaron Krebs Date: Tue, 29 Jul 2014 16:03:46 +0200 Subject: [PATCH] Whitespace. --- src/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net.c b/src/net.c index c05564e3..d8f7d642 100644 --- a/src/net.c +++ b/src/net.c @@ -234,7 +234,7 @@ static void periodic_handler(event_loop_t *loop, void *data) { outgoing connection to this node. */ cond_add_connection(mesh, mesh->nodes->count, &found_random_node); - } else if (num_unreachable > 0) { + } else if(num_unreachable > 0) { /* Min number of connections established. Now try to connect to some unreachable nodes to attempt to heal possible partitions. -- 2.39.2