mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
appease check-spaces
This re-appliesf77f9bddb8
which got accidentally reverted in53f535aeb8
. Thanks asn for spotting this.
This commit is contained in:
parent
00fae9a500
commit
ee8b4b4e6e
@ -243,8 +243,8 @@ tor_libevent_initialize(tor_libevent_cfg *torcfg)
|
|||||||
* again. */
|
* again. */
|
||||||
#if defined(MS_WINDOWS) && defined(USE_BUFFEREVENTS)
|
#if defined(MS_WINDOWS) && defined(USE_BUFFEREVENTS)
|
||||||
if (torcfg->disable_iocp == 0) {
|
if (torcfg->disable_iocp == 0) {
|
||||||
log_warn(LD_GENERAL, "Unable to initialize Libevent. Trying again with "
|
log_warn(LD_GENERAL, "Unable to initialize Libevent. Trying again "
|
||||||
"IOCP disabled.");
|
"with IOCP disabled.");
|
||||||
} else
|
} else
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
@ -254,7 +254,6 @@ tor_libevent_initialize(tor_libevent_cfg *torcfg)
|
|||||||
torcfg->disable_iocp = 1;
|
torcfg->disable_iocp = 1;
|
||||||
goto retry;
|
goto retry;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
the_event_base = event_init();
|
the_event_base = event_init();
|
||||||
|
Loading…
Reference in New Issue
Block a user