commit a61c36d53ab86d56240a4c8318e3486f67f8c980
parent 519c6ba26c31d801b73e44ca5c760044a7fe06e5
Author: Nick Mathewson <nickm@torproject.org>
Date: Fri, 15 Dec 2017 12:37:15 -0500
indentation fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/or.h b/src/or/or.h
@@ -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())