]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Removed a tab and trailing spaces; no code change.
authorGuenter Knauf <fuankg@apache.org>
Sun, 26 Sep 2010 10:19:46 +0000 (10:19 +0000)
committerGuenter Knauf <fuankg@apache.org>
Sun, 26 Sep 2010 10:19:46 +0000 (10:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1001403 13f79535-47bb-0310-9956-ffa450edef68

server/gen_test_char.c

index 442a6cf28c6452ee21bfc5b84c5d7a7c25925e69..2f93f27f01d5cff8539c9a874fffa63c1f694a45 100644 (file)
@@ -55,7 +55,7 @@ int main(int argc, char *argv[])
            T_OS_ESCAPE_PATH,
            T_HTTP_TOKEN_STOP,
            T_ESCAPE_LOGITEM,
-          T_ESCAPE_FORENSIC);
+           T_ESCAPE_FORENSIC);
 
     /* we explicitly dealt with NUL above
      * in case some strchr() do bogosity with it */
@@ -70,9 +70,9 @@ int main(int argc, char *argv[])
         /* Win32/OS2 have many of the same vulnerable characters
          * as Unix sh, plus the carriage return and percent char.
          * The proper escaping of these characters varies from unix
-         * since Win32/OS2 use carets or doubled-double quotes, 
-         * and neither lf nor cr can be escaped.  We escape unix 
-         * specific as well, to assure that cross-compiled unix 
+         * since Win32/OS2 use carets or doubled-double quotes,
+         * and neither lf nor cr can be escaped.  We escape unix
+         * specific as well, to assure that cross-compiled unix
          * applications behave similiarly when invoked on win32/os2.
          *
          * Rem please keep in-sync with apr's list in win32/filesys.c