Explorar el Código

whitespace fix

Nick Mathewson hace 11 años
padre
commit
0e20825bf2
Se han modificado 1 ficheros con 1 adiciones y 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);
 }