Explorar o código

whitespace fix

Nick Mathewson %!s(int64=12) %!d(string=hai) anos
pai
achega
0e20825bf2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
 }