From: Christophe Jaillet Date: Fri, 6 Feb 2015 20:25:21 +0000 (+0000) Subject: Tab vs space X-Git-Tag: 2.5.0-alpha~3470 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=609dbae292c7812fda325ab9d449d916a4618e09;p=apache Tab vs space git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1657949 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/log.c b/server/log.c index 07fb057487..25f4157a91 100644 --- a/server/log.c +++ b/server/log.c @@ -1357,7 +1357,7 @@ static void fmt_data(unsigned char *buf, const void *vdata, apr_size_t len, apr_ unsigned char c = data[*off]; if (apr_isprint(c) - && c != '\\') { /* backslash will be escaped later, which throws + && c != '\\') { /* backslash will be escaped later, which throws * off the formatting */ *chars = c;