mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
repair whitespace.
This commit is contained in:
parent
8008de81df
commit
f1d622e2b2
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user