summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/or/control.c2
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. */