diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2015-02-06 21:25:21 +0100 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2015-02-06 21:25:21 +0100 |
commit | 609dbae292c7812fda325ab9d449d916a4618e09 (patch) | |
tree | 09749e46fee1383edda3ad3d0dc15b5cde433374 /server/log.c | |
parent | mod_proxy(es): Avoid error response/document handling by the core if some (diff) | |
download | apache2-609dbae292c7812fda325ab9d449d916a4618e09.tar.xz apache2-609dbae292c7812fda325ab9d449d916a4618e09.zip |
Tab vs space
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1657949 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/log.c')
-rw-r--r-- | server/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |