aboutsummaryrefslogtreecommitdiff
path: root/src/or/rephist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-12-07 05:33:55 +0000
committerNick Mathewson <nickm@torproject.org>2004-12-07 05:33:55 +0000
commitd19648b314a1094d9b9bb198b1cb62251420881e (patch)
tree4701bf5814c18730131654e715ca79c5edc6cb25 /src/or/rephist.c
parentac759adb43ee9f84892eb0dce376fee7d074351c (diff)
downloadtor-d19648b314a1094d9b9bb198b1cb62251420881e.tar
tor-d19648b314a1094d9b9bb198b1cb62251420881e.tar.gz
Renormalize whitespace
svn:r3095
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r--src/or/rephist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c
index 3095ad46a..b08150be4 100644
--- a/src/or/rephist.c
+++ b/src/or/rephist.c
@@ -651,7 +651,7 @@ void rep_hist_note_used_port(uint16_t port, time_t now) {
tor_assert(predicted_ports_list);
tor_assert(predicted_ports_times);
- if(!port) /* record nothing */
+ if (!port) /* record nothing */
return;
for (i = 0; i < smartlist_len(predicted_ports_list); ++i) {