]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
whitespace fix
authorNick Mathewson <nickm@torproject.org>
Thu, 1 May 2014 16:31:38 +0000 (12:31 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 1 May 2014 16:31:38 +0000 (12:31 -0400)
src/or/statefile.c

index a50eae5ff4a17343cc311790ab625bfa3052d05f..7b9998fc1a24532a2b6efbd1013a341a51026efa 100644 (file)
@@ -636,7 +636,7 @@ or_state_free(or_state_t *state)
 {
   if (!state)
     return;
-  
+
   config_free(&state_format, state);
 }