]> granicus.if.org Git - apache/commitdiff
style tweak
authorJeff Trawick <trawick@apache.org>
Thu, 18 Oct 2012 15:02:24 +0000 (15:02 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 18 Oct 2012 15:02:24 +0000 (15:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1399687 13f79535-47bb-0310-9956-ffa450edef68

server/log.c

index 3372d7fc539a850663f4d436461b502571aa146a..60e253fb5eea502c7c3401fec975b865eb6d2d2c 100644 (file)
@@ -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.