[tor-commits] [tor/master] Fix tab introduced in f43946829ce037
    nickm at torproject.org 
    nickm at torproject.org
       
    Mon Sep 10 14:22:40 UTC 2012
    
    
  
commit cb8f64cdc80195af4c62c17db1dabebbd48b0ec1
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Sep 10 10:22:40 2012 -0400
    Fix tab introduced in f43946829ce037
---
 src/or/config.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/or/config.c b/src/or/config.c
index f38e686..8f79c44 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -7310,7 +7310,7 @@ getinfo_helper_config(control_connection_t *conn,
       const char *type;
       /* don't tell controller about triple-underscore options */
       if (!strncmp(_option_vars[i].name, "___", 3))
-	  continue;
+        continue;
       switch (var->type) {
         case CONFIG_TYPE_STRING: type = "String"; break;
         case CONFIG_TYPE_FILENAME: type = "Filename"; break;
    
    
More information about the tor-commits
mailing list