[or-cvs] Normalize space
Nick Mathewson
nickm at seul.org
Mon Nov 22 22:13:37 UTC 2004
Update of /home/or/cvsroot/tor/src/or
In directory moria.mit.edu:/tmp/cvs-serv20746/src/or
Modified Files:
hibernate.c router.c
Log Message:
Normalize space
Index: hibernate.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/hibernate.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- hibernate.c 22 Nov 2004 21:56:51 -0000 1.26
+++ hibernate.c 22 Nov 2004 22:13:34 -0000 1.27
@@ -203,7 +203,6 @@
return -1;
}
-
/** If we want to manage the accounting system and potentially
* hibernate, return 1, else return 0.
*/
Index: router.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/router.c,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- router.c 21 Nov 2004 05:06:22 -0000 1.123
+++ router.c 22 Nov 2004 22:13:34 -0000 1.124
@@ -96,7 +96,6 @@
return identitykey != NULL;
}
-
/** Replace the previous onion key with the current onion key, and generate
* a new previous onion key. Immediately after calling this function,
* the OR should:
More information about the tor-commits
mailing list