[tor-commits] [tor/master] repair whitespace.
nickm at torproject.org
nickm at torproject.org
Wed Jan 11 19:59:23 UTC 2017
commit f1d622e2b2f84e887ba9507dde52bd76a61136dc
Author: Nick Mathewson <nickm at torproject.org>
Date: Wed Jan 11 14:59:19 2017 -0500
repair whitespace.
---
src/or/control.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/control.c b/src/or/control.c
index 9f342f1..364d75c 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. */
More information about the tor-commits
mailing list