Browse Source

Fix tab introduced in f43946829ce037

Nick Mathewson 11 years ago
parent
commit
cb8f64cdc8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/config.c

+ 1 - 1
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;