소스 검색

Small whitespace fix to properly format if () {} statement.

svn:r17503
Jacob Appelbaum 15 년 전
부모
커밋
48aca3c999
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/or/config.c

+ 1 - 2
src/or/config.c

@@ -1428,8 +1428,7 @@ options_act(or_options_t *old_options)
   if (options->DirPortFrontPage) {
     global_dirfrontpagecontents =
       read_file_to_str(options->DirPortFrontPage, 0, NULL);
-    if (!global_dirfrontpagecontents)
-    {
+    if (!global_dirfrontpagecontents) {
       log_warn(LD_CONFIG,
                "DirPortFrontPage file '%s' not found. Continuing anyway.",
                options->DirPortFrontPage);