diff options
| author | erdgeist <> | 2010-04-21 14:43:36 +0000 | 
|---|---|---|
| committer | erdgeist <> | 2010-04-21 14:43:36 +0000 | 
| commit | 3baa1abc5697aa1becbf39a27f3de690da3acaea (patch) | |
| tree | bfdabfce62179953d95b532025df3796be35d783 /ot_stats.c | |
| parent | 66cda4bc7559ef0930b8dd0d36ac64c274defbd6 (diff) | |
Fix white spaces
Diffstat (limited to 'ot_stats.c')
| -rw-r--r-- | ot_stats.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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); | 
