diff options
author | Andrea Shepard <andrea@torproject.org> | 2016-06-09 11:50:25 +0000 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2016-06-09 11:50:25 +0000 |
commit | 9eeaeddbb1aa04248841890e244c4714f165522d (patch) | |
tree | bbc12338bf35d7b4890fdaf9076144f05f416adb /src/common/di_ops.c | |
parent | 1e330e1947b750be12b217c944534f9284509751 (diff) | |
download | tor-9eeaeddbb1aa04248841890e244c4714f165522d.tar.gz tor-9eeaeddbb1aa04248841890e244c4714f165522d.zip |
Reduce make check-spaces noise
Diffstat (limited to 'src/common/di_ops.c')
-rw-r--r-- | src/common/di_ops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/di_ops.c b/src/common/di_ops.c index e671af6fac..4ed49e1164 100644 --- a/src/common/di_ops.c +++ b/src/common/di_ops.c @@ -271,3 +271,4 @@ select_array_member_cumulative_timei(const uint64_t *entries, int n_entries, return i_chosen; } + |