From: Nick Mathewson Date: Mon, 22 Nov 2004 22:13:34 +0000 (+0000) Subject: Normalize space X-Git-Tag: tor-0.0.9rc1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=983a335f3b735c0f554f2f55c5df724348fa0484;p=thirdparty%2Ftor.git Normalize space svn:r2939 --- diff --git a/src/or/hibernate.c b/src/or/hibernate.c index 29e59afeae..8f2183f1c7 100644 --- a/src/or/hibernate.c +++ b/src/or/hibernate.c @@ -203,7 +203,6 @@ accounting_parse_options(or_options_t *options, int validate_only) return -1; } - /** If we want to manage the accounting system and potentially * hibernate, return 1, else return 0. */ diff --git a/src/or/router.c b/src/or/router.c index 96705a92e4..286ba46779 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -96,7 +96,6 @@ int identity_key_is_set(void) { 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: