소스 검색

Whoops; I broke check-spaces.

Nick Mathewson 8 년 전
부모
커밋
09b3cb0d72
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/test/test_config.c

+ 0 - 1
src/test/test_config.c

@@ -5174,7 +5174,6 @@ test_config_include_path_syntax(void *data)
   tt_int_op(mkdir(dir, 0700), OP_EQ, 0);
 #endif
 
-
   esc_dir = esc_for_log(dir);
   tor_asprintf(&dir_with_pathsep, "%s%s", dir, PATH_SEPARATOR);
   esc_dir_with_pathsep = esc_for_log(dir_with_pathsep);