From: Rainer Jung Date: Thu, 14 May 2009 11:03:04 +0000 (+0000) Subject: Whitespace cleanup. No functional change. X-Git-Tag: 2.3.3~600 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4172cbf0b3b822724a62a2cb1dc8820efb6a237b;p=apache Whitespace cleanup. No functional change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@774728 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/log.c b/server/log.c index dc48d1efd1..b604c6daa5 100644 --- a/server/log.c +++ b/server/log.c @@ -406,7 +406,7 @@ int ap_open_logs(apr_pool_t *pconf, apr_pool_t *p /* plog */, */ apr_pool_create(&stderr_p, apr_pool_parent_get(p)); apr_pool_tag(stderr_p, "stderr_pool"); - + if (open_error_log(s_main, 1, stderr_p) != OK) { return DONE; } @@ -414,7 +414,7 @@ int ap_open_logs(apr_pool_t *pconf, apr_pool_t *p /* plog */, replace_stderr = 1; if (s_main->error_log) { apr_status_t rv; - + /* Replace existing stderr with new log. */ apr_file_flush(s_main->error_log); rv = apr_file_dup2(stderr_log, s_main->error_log, stderr_p); @@ -1056,4 +1056,3 @@ AP_IMPLEMENT_HOOK_VOID(error_log, const request_rec *r, apr_pool_t *pool, const char *errstr), (file, line, level, status, s, r, pool, errstr)) -