]> granicus.if.org Git - apache/commitdiff
Tab vs space
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 6 Feb 2015 20:25:21 +0000 (20:25 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 6 Feb 2015 20:25:21 +0000 (20:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1657949 13f79535-47bb-0310-9956-ffa450edef68

server/log.c

index 07fb057487e154fb796ba00a477de87978cf8eb1..25f4157a910438836316f3918d2fb0ba9c1a2647 100644 (file)
@@ -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;