Revert "appease check-spaces"

This reverts commit f77f9bddb8.
This commit is contained in:
Nick Mathewson 2011-12-06 19:49:20 -05:00
parent df1f72329a
commit 53f535aeb8

View File

@ -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 " log_warn(LD_GENERAL, "Unable to initialize Libevent. Trying again with "
"with IOCP disabled."); "IOCP disabled.");
} else } else
#endif #endif
{ {
@ -254,6 +254,7 @@ 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();