mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
remove a needless "if (1)" that was there for indentation; fix indentation.
This commit is contained in:
parent
b78803f9f5
commit
92d04721a2
@ -2091,7 +2091,7 @@ static int
|
||||
run_main_loop_once(void)
|
||||
{
|
||||
int loop_result;
|
||||
if (1) {
|
||||
|
||||
if (nt_service_is_stopping())
|
||||
return 0;
|
||||
|
||||
@ -2135,7 +2135,7 @@ run_main_loop_once(void)
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user