Nick Mathewson 11 rokov pred
rodič
commit
0e20825bf2
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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);
 }