[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] normalize spaces
Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv27524/src/or
Modified Files:
main.c circuitbuild.c
Log Message:
normalize spaces
Index: main.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.604
retrieving revision 1.605
diff -u -p -d -r1.604 -r1.605
--- main.c 23 Dec 2005 23:56:42 -0000 1.604
+++ main.c 27 Dec 2005 04:52:34 -0000 1.605
@@ -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
Index: circuitbuild.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/circuitbuild.c,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -p -d -r1.188 -r1.189
--- circuitbuild.c 26 Dec 2005 05:52:44 -0000 1.188
+++ circuitbuild.c 27 Dec 2005 04:52:34 -0000 1.189
@@ -1911,13 +1911,11 @@ helper_node_set_status(const char *diges
}
} 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;