Explorar o código

repair whitespace.

Nick Mathewson %!s(int64=8) %!d(string=hai) anos
pai
achega
f1d622e2b2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/control.c

+ 1 - 1
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. */