[tor-commits] [tor/master] indentation fix
    nickm at torproject.org 
    nickm at torproject.org
       
    Fri Dec 15 17:41:50 UTC 2017
    
    
  
commit a61c36d53ab86d56240a4c8318e3486f67f8c980
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Dec 15 12:37:15 2017 -0500
    indentation fix
---
 src/or/or.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/or.h b/src/or/or.h
index aff43f195..9c5394987 100644
--- 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())
    
    
More information about the tor-commits
mailing list