Browse Source

whitespace fix

Nick Mathewson 10 years ago
parent
commit
0e20825bf2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/statefile.c

+ 1 - 1
src/or/statefile.c

@@ -636,7 +636,7 @@ or_state_free(or_state_t *state)
 {
   if (!state)
     return;
-  
+
   config_free(&state_format, state);
 }