summaryrefslogtreecommitdiff
path: root/ot_stats.c
diff options
context:
space:
mode:
authorerdgeist <>2010-04-21 14:43:36 +0000
committererdgeist <>2010-04-21 14:43:36 +0000
commit3baa1abc5697aa1becbf39a27f3de690da3acaea (patch)
treebfdabfce62179953d95b532025df3796be35d783 /ot_stats.c
parent66cda4bc7559ef0930b8dd0d36ac64c274defbd6 (diff)
Fix white spaces
Diffstat (limited to 'ot_stats.c')
-rw-r--r--ot_stats.c2
1 files changed, 1 insertions, 1 deletions
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,
168 node_score = stats_get_highscore_networks( node->children[i], depth+STATS_NETWORK_NODE_BITWIDTH, node_value, scores, networks, network_count, limit ); 168 node_score = stats_get_highscore_networks( node->children[i], depth+STATS_NETWORK_NODE_BITWIDTH, node_value, scores, networks, network_count, limit );
169 169
170 score += node_score; 170 score += node_score;
171 171
172 if( node_score <= scores[0] ) continue; 172 if( node_score <= scores[0] ) continue;
173 173
174 __STR(node_value,depth,i); 174 __STR(node_value,depth,i);