From: Guenter Knauf Date: Sun, 26 Sep 2010 10:19:46 +0000 (+0000) Subject: Removed a tab and trailing spaces; no code change. X-Git-Tag: 2.0.64~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caf20de9582b458b87ac49a43d3687ee307bd0b8;p=thirdparty%2Fapache%2Fhttpd.git Removed a tab and trailing spaces; no code change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1001403 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/gen_test_char.c b/server/gen_test_char.c index 442a6cf28c6..2f93f27f01d 100644 --- a/server/gen_test_char.c +++ b/server/gen_test_char.c @@ -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