From: Jeff Trawick Date: Thu, 18 Oct 2012 15:02:24 +0000 (+0000) Subject: style tweak X-Git-Tag: 2.5.0-alpha~6190 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4eac06dc5ba4e121fc05ad244207cda5b3df1dc;p=apache style tweak git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1399687 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/log.c b/server/log.c index 3372d7fc53..60e253fb5e 100644 --- a/server/log.c +++ b/server/log.c @@ -1264,8 +1264,7 @@ static void log_error_core(const char *file, int line, int module_index, &errstr_start, &errstr_end, fmt, args); } - if (!*errstr) - { + if (!*errstr) { /* * Don't log empty lines. This can happen with once-per-conn/req * info if an item with AP_ERRORLOG_FLAG_REQUIRED is NULL.