]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
repair whitespace.
authorNick Mathewson <nickm@torproject.org>
Wed, 11 Jan 2017 19:59:19 +0000 (14:59 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 11 Jan 2017 19:59:19 +0000 (14:59 -0500)
src/or/control.c

index 9f342f1fbd2417ec8912b73fe1d78acb87a7a661..364d75c976d3be309a14e2a6a06d940d6ee4fc61 100644 (file)
@@ -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. */