From: Nick Mathewson Date: Thu, 1 May 2014 16:31:38 +0000 (-0400) Subject: whitespace fix X-Git-Tag: tor-0.2.5.5-alpha~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e20825bf22bbe86dbd2a2822864b90ccc45c00b;p=thirdparty%2Ftor.git whitespace fix --- diff --git a/src/or/statefile.c b/src/or/statefile.c index a50eae5ff4..7b9998fc1a 100644 --- a/src/or/statefile.c +++ b/src/or/statefile.c @@ -636,7 +636,7 @@ or_state_free(or_state_t *state) { if (!state) return; - + config_free(&state_format, state); }