whitespace fix

This commit is contained in:
Nick Mathewson 2014-05-01 12:31:38 -04:00
parent b51ce90777
commit 0e20825bf2
1 changed files with 1 additions and 1 deletions

View File

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