You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2010/09/26 12:19:46 UTC

svn commit: r1001403 - /httpd/httpd/branches/2.0.x/server/gen_test_char.c

Author: fuankg
Date: Sun Sep 26 10:19:46 2010
New Revision: 1001403

URL: http://svn.apache.org/viewvc?rev=1001403&view=rev
Log:
Removed a tab and trailing spaces; no code change.

Modified:
    httpd/httpd/branches/2.0.x/server/gen_test_char.c

Modified: httpd/httpd/branches/2.0.x/server/gen_test_char.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/server/gen_test_char.c?rev=1001403&r1=1001402&r2=1001403&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/server/gen_test_char.c (original)
+++ httpd/httpd/branches/2.0.x/server/gen_test_char.c Sun Sep 26 10:19:46 2010
@@ -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