[tor-commits] [tor/master] appease check-spaces

arma at torproject.org arma at torproject.org
Thu Nov 24 09:54:49 UTC 2011


commit f77f9bddb8bf0dd6e9c3e0d94269aa23f459a272
Author: Sebastian Hahn <sebastian at torproject.org>
Date:   Thu Nov 24 09:20:51 2011 +0100

    appease check-spaces
---
 src/common/compat_libevent.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/common/compat_libevent.c b/src/common/compat_libevent.c
index 7a28c9b..0cedef8 100644
--- a/src/common/compat_libevent.c
+++ b/src/common/compat_libevent.c
@@ -243,8 +243,8 @@ tor_libevent_initialize(tor_libevent_cfg *torcfg)
        * again. */
 #if defined(MS_WINDOWS) && defined(USE_BUFFEREVENTS)
       if (torcfg->disable_iocp == 0) {
-        log_warn(LD_GENERAL, "Unable to initialize Libevent. Trying again with "
-                 "IOCP disabled.");
+        log_warn(LD_GENERAL, "Unable to initialize Libevent. Trying again "
+                 "with IOCP disabled.");
       } else
 #endif
       {
@@ -254,7 +254,6 @@ tor_libevent_initialize(tor_libevent_cfg *torcfg)
       torcfg->disable_iocp = 1;
       goto retry;
     }
-
   }
 #else
   the_event_base = event_init();





More information about the tor-commits mailing list