diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-01-11 14:59:19 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-11 14:59:19 -0500 |
commit | f1d622e2b2f84e887ba9507dde52bd76a61136dc (patch) | |
tree | 304bf0b6b2a7469a8647284d6670920e94ef4f0d | |
parent | 8008de81df055f928da0f8d4f93b6b208334554f (diff) | |
download | tor-f1d622e2b2f84e887ba9507dde52bd76a61136dc.tar.gz tor-f1d622e2b2f84e887ba9507dde52bd76a61136dc.zip |
repair whitespace.
-rw-r--r-- | src/or/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c index 9f342f1fbd..364d75c976 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -2883,7 +2883,7 @@ getinfo_helper_sr(control_connection_t *control_conn, if (!strcmp(question, "sr/current")) { *answer = sr_get_current_for_control(); - } else if(!strcmp(question, "sr/previous")) { + } else if (!strcmp(question, "sr/previous")) { *answer = sr_get_previous_for_control(); } /* Else statement here is unrecognized key so do nothing. */ |