diff options
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index 3095ad46ac..b08150be4d 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) { |