summaryrefslogtreecommitdiff
path: root/src/or/rephist.c
diff options
context:
space:
mode:
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 d629e58dfa..97ef823e08 100644
--- a/src/or/rephist.c
+++ b/src/or/rephist.c
@@ -195,7 +195,7 @@ void rep_hist_note_disconnect(const char* id, time_t when)
void rep_hist_note_connection_died(const char* id, time_t when)
{
or_history_t *hist;
- if(!id) {
+ if (!id) {
/* XXXX009 Well, everybody has an ID now. Hm. */
/* If conn has no nickname, it's either an OP, or it is an OR
* which didn't complete its handshake (or did and was unapproved).