]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
indentation fix
authorNick Mathewson <nickm@torproject.org>
Fri, 15 Dec 2017 17:37:15 +0000 (12:37 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 15 Dec 2017 17:37:15 +0000 (12:37 -0500)
src/or/or.h

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