diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-22 22:13:34 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-22 22:13:34 +0000 |
commit | 983a335f3b735c0f554f2f55c5df724348fa0484 (patch) | |
tree | cd1dcd5fdd865229e45f5feecd6d56e16e27edc3 /src | |
parent | f17c08beedf9f49f512de3122f9058bcf9e668a4 (diff) | |
download | tor-983a335f3b735c0f554f2f55c5df724348fa0484.tar tor-983a335f3b735c0f554f2f55c5df724348fa0484.tar.gz |
Normalize space
svn:r2939
Diffstat (limited to 'src')
-rw-r--r-- | src/or/hibernate.c | 1 | ||||
-rw-r--r-- | src/or/router.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/or/hibernate.c b/src/or/hibernate.c index 29e59afea..8f2183f1c 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 96705a92e..286ba4677 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: |