]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
normalize spaces
authorNick Mathewson <nickm@torproject.org>
Tue, 27 Dec 2005 04:52:34 +0000 (04:52 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 27 Dec 2005 04:52:34 +0000 (04:52 +0000)
svn:r5658

src/or/circuitbuild.c
src/or/main.c

index 584b22384c0650ead02f1513015b317a86af0ab3..b9b07acd2ab9ae9ff76987a31a9501584185fe5d 100644 (file)
@@ -1911,13 +1911,11 @@ helper_node_set_status(const char *digest, int succeeded)
           }
         } else {
           if (!helper->made_contact) { /* dump him */
-
-
             changed = 1;
           } else if (!helper->down_since) {
             helper->down_since = time(NULL);
-            warn(LD_CIRC,
-                 "Connection to helper node '%s' failed. %d/%d helpers usable.",
+            warn(LD_CIRC, "Connection to helper node '%s' failed."
+                 " %d/%d helpers usable.",
                  helper->nickname, num_live_helpers(),
                  smartlist_len(helper_nodes));
             changed = 1;
index 4c9b808f66084b69d31d44a4d6cdb45d1abecb71..31394852286940356956112e24797be4c1204744 100644 (file)
@@ -3,7 +3,8 @@
  * Copyright 2004-2005 Roger Dingledine, Nick Mathewson. */
 /* See LICENSE for licensing information */
 /* $Id$ */
-const char main_c_id[] = "$Id$";
+const char main_c_id[] =
+  "$Id$";
 
 /**
  * \file main.c