Browse Source

Normalize space

svn:r2939
Nick Mathewson 21 years ago
parent
commit
983a335f3b
2 changed files with 0 additions and 2 deletions
  1. 0 1
      src/or/hibernate.c
  2. 0 1
      src/or/router.c

+ 0 - 1
src/or/hibernate.c

@@ -203,7 +203,6 @@ accounting_parse_options(or_options_t *options, int validate_only)
   return -1;
   return -1;
 }
 }
 
 
-
 /** If we want to manage the accounting system and potentially
 /** If we want to manage the accounting system and potentially
  * hibernate, return 1, else return 0.
  * hibernate, return 1, else return 0.
  */
  */

+ 0 - 1
src/or/router.c

@@ -96,7 +96,6 @@ int identity_key_is_set(void) {
   return identitykey != NULL;
   return identitykey != NULL;
 }
 }
 
 
-
 /** Replace the previous onion key with the current onion key, and generate
 /** Replace the previous onion key with the current onion key, and generate
  * a new previous onion key.  Immediately after calling this function,
  * a new previous onion key.  Immediately after calling this function,
  * the OR should:
  * the OR should: