]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
appease check-spaces
authorSebastian Hahn <sebastian@torproject.org>
Thu, 24 Nov 2011 08:20:51 +0000 (09:20 +0100)
committerSebastian Hahn <sebastian@torproject.org>
Thu, 8 Dec 2011 07:43:32 +0000 (08:43 +0100)
This re-applies f77f9bddb8bf0dd6e9c3e0d94269aa23f459a272 which got
accidentally reverted in 53f535aeb863204470379b2da4631770fa10b13f.
Thanks asn for spotting this.

src/common/compat_libevent.c

index 7a28c9bc9b0dd59d035eb31fc5679407808a602a..0cedef8d5e581c0d48bf8837c7dc6b2a86016a61 100644 (file)
@@ -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();