Author: mturk
Date: Mon Oct 31 08:13:57 2011
New Revision: 1195368

URL: http://svn.apache.org/viewvc?rev=1195368&view=rev
Log:
Axe trailing spaces. No functional change

Modified:
    tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/iis/jk_isapi_plugin.c?rev=1195368&r1=1195367&r2=1195368&view=diff
==============================================================================
--- tomcat/jk/trunk/native/iis/jk_isapi_plugin.c (original)
+++ tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Mon Oct 31 08:13:57 2011
@@ -1227,7 +1227,7 @@ static int JK_METHOD iis_read(jk_ws_serv
                            "Attempting to read %d bytes from client", l);
                 }
                 if (p->lpEcb->ReadClient(p->lpEcb->ConnID, buf, (LPDWORD)&l)) {
-                    /* ReadClient will succeed with dwSize == 0 for last chunk 
+                    /* ReadClient will succeed with dwSize == 0 for last chunk
                        if request chunk encoded */
                     *a += l;
                 }
@@ -3266,7 +3266,7 @@ static int init_ws_service(isapi_private
                 else if (!strnicmp(tmp, CONTENT_LENGTH,
                                    sizeof(CONTENT_LENGTH) - 1)) {
                     need_content_length_header = FALSE;
-                    
+
                     /* If the content-length is unknown
                      * or larger then 4Gb do not send it.
                      * IIS can also create a synthetic Content-Length header 
to make



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to