浏览代码

Fix tab introduced in f43946829ce037

Nick Mathewson 13 年之前
父节点
当前提交
cb8f64cdc8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;