aboutsummaryrefslogtreecommitdiff
path: root/src/common/di_ops.h
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2016-06-09 11:50:25 +0000
committerAndrea Shepard <andrea@torproject.org>2016-06-09 11:50:25 +0000
commit9eeaeddbb1aa04248841890e244c4714f165522d (patch)
treebbc12338bf35d7b4890fdaf9076144f05f416adb /src/common/di_ops.h
parent1e330e1947b750be12b217c944534f9284509751 (diff)
downloadtor-9eeaeddbb1aa04248841890e244c4714f165522d.tar.gz
tor-9eeaeddbb1aa04248841890e244c4714f165522d.zip
Reduce make check-spaces noise
Diffstat (limited to 'src/common/di_ops.h')
-rw-r--r--src/common/di_ops.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/di_ops.h b/src/common/di_ops.h
index f1050a00db..0a154302bf 100644
--- a/src/common/di_ops.h
+++ b/src/common/di_ops.h
@@ -42,7 +42,8 @@ void dimap_add_entry(di_digest256_map_t **map,
const uint8_t *key, void *val);
void *dimap_search(const di_digest256_map_t *map, const uint8_t *key,
void *dflt_val);
-int select_array_member_cumulative_timei(const uint64_t *entries, int n_entries,
+int select_array_member_cumulative_timei(const uint64_t *entries,
+ int n_entries,
uint64_t total, uint64_t rand_val);
#endif