瀏覽代碼

whitespace fix

Nick Mathewson 11 年之前
父節點
當前提交
0e20825bf2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
 }