浏览代码

indentation fix

Nick Mathewson 6 年之前
父节点
当前提交
a61c36d53a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/or.h

+ 1 - 1
src/or/or.h

@@ -4650,7 +4650,7 @@ typedef struct {
   smartlist_t *SchedulerTypes_;
   smartlist_t *SchedulerTypes_;
 
 
   /** List of files that were opened by %include in torrc and torrc-defaults */
   /** List of files that were opened by %include in torrc and torrc-defaults */
-   smartlist_t *FilesOpenedByIncludes;
+  smartlist_t *FilesOpenedByIncludes;
 } or_options_t;
 } or_options_t;
 
 
 #define LOG_PROTOCOL_WARN (get_protocol_warning_severity_level())
 #define LOG_PROTOCOL_WARN (get_protocol_warning_severity_level())