From 3baa1abc5697aa1becbf39a27f3de690da3acaea Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Wed, 21 Apr 2010 14:43:36 +0000 Subject: Fix white spaces --- ot_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot_stats.c') diff --git a/ot_stats.c b/ot_stats.c index 8ba6ade..43ab8fd 100644 --- a/ot_stats.c +++ b/ot_stats.c @@ -168,7 +168,7 @@ static size_t stats_get_highscore_networks( stats_network_node *node, int depth, node_score = stats_get_highscore_networks( node->children[i], depth+STATS_NETWORK_NODE_BITWIDTH, node_value, scores, networks, network_count, limit ); score += node_score; - + if( node_score <= scores[0] ) continue; __STR(node_value,depth,i); -- cgit v1.2.3