소스 검색

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;