From: Aaron Krebs Date: Tue, 29 Jul 2014 14:03:46 +0000 (+0200) Subject: Whitespace. X-Git-Url: http://git.meshlink.io/?p=meshlink;a=commitdiff_plain;h=bf55e1884e08d1bcdb9f705ed93b5b69e020dd04 Whitespace. --- 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.