From: Christophe Jaillet Date: Wed, 22 Oct 2014 05:21:22 +0000 (+0000) Subject: tab vs space X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6367a8b55edd06752f883664bd4b1dbb3ba30ce;p=thirdparty%2Fapache%2Fhttpd.git tab vs space git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1633527 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/core.c b/server/core.c index 121336d1f62..cca899496f4 100644 --- a/server/core.c +++ b/server/core.c @@ -1409,13 +1409,13 @@ static const char *generate_message(cmd_parms *cmd, void *dummy, * the log is displayed on the terminal as no log file is opened yet. */ ap_log_error(APLOG_MARK, level, 0, NULL, - "%s on line %d of %s", msg, - cf? cf->line_number: - ed1? ed1->line_num: - ed2? ed2->line_num: -1, - cf? cf->name: - ed1? ed1->filename: - ed2? ed2->filename: ""); + "%s on line %d of %s", msg, + cf? cf->line_number: + ed1? ed1->line_num: + ed2? ed2->line_num: -1, + cf? cf->name: + ed1? ed1->filename: + ed2? ed2->filename: ""); /* message displayed above, return will stop configuration processing */ return level==APLOG_ERR?