ソースを参照

Whoops; I broke check-spaces.

Nick Mathewson 7 年 前
コミット
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);
   tt_int_op(mkdir(dir, 0700), OP_EQ, 0);
 #endif
 #endif
 
 
-
   esc_dir = esc_for_log(dir);
   esc_dir = esc_for_log(dir);
   tor_asprintf(&dir_with_pathsep, "%s%s", dir, PATH_SEPARATOR);
   tor_asprintf(&dir_with_pathsep, "%s%s", dir, PATH_SEPARATOR);
   esc_dir_with_pathsep = esc_for_log(dir_with_pathsep);
   esc_dir_with_pathsep = esc_for_log(dir_with_pathsep);