]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
tab == no no
authorJim Jagielski <jim@apache.org>
Thu, 12 Jun 2008 22:33:18 +0000 (22:33 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 12 Jun 2008 22:33:18 +0000 (22:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@667283 13f79535-47bb-0310-9956-ffa450edef68

support/logresolve.c

index fb9d4f56697a7ad263568d0ae1b944ab205a2d1e..1a36a18f136c6fd5ecac46b1338a9c096fd1d348 100644 (file)
@@ -341,7 +341,7 @@ int main (int argc, char *argv[])
         if (line[0] == '\0')
             continue;
         entries++;
-        if (!apr_isdigit(line[0])) {   /* short cut */
+        if (!apr_isdigit(line[0])) {  /* short cut */
             puts(line);
             withname++;
             continue;