summaryrefslogtreecommitdiff
path: root/src/common/util.h
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2016-07-29 05:05:12 +0000
committerAndrea Shepard <andrea@torproject.org>2016-07-29 05:05:12 +0000
commit1995328a3d0c98f5a8856f532b20099970afecc2 (patch)
tree9def2da5c649fca44a5339fa524c56686af26b77 /src/common/util.h
parentdffc6910b11d88544a93c3e3e80c1155f998f561 (diff)
downloadtor-1995328a3d0c98f5a8856f532b20099970afecc2.tar.gz
tor-1995328a3d0c98f5a8856f532b20099970afecc2.zip
Keep make check-spaces happy
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/util.h b/src/common/util.h
index 9face0c322..7a6203aeea 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -154,7 +154,6 @@ int n_bits_set_u8(uint8_t v);
int64_t clamp_double_to_int64(double number);
void simplify_fraction64(uint64_t *numer, uint64_t *denom);
-
/* Compute the CEIL of <b>a</b> divided by <b>b</b>, for nonnegative <b>a</b>
* and positive <b>b</b>. Works on integer types only. Not defined if a+b can
* overflow. */