]> git.kaiwu.me - nginx.git/commitdiff
style fix: remove trailing spaces
authorIgor Sysoev <igor@sysoev.ru>
Tue, 11 Nov 2008 16:04:05 +0000 (16:04 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 11 Nov 2008 16:04:05 +0000 (16:04 +0000)
src/core/ngx_inet.c
src/http/ngx_http_request.h

index 35638e53b2e3b734de26e85d9f804f3fb53223dc..5c88a9d9de4c2128f4ec6eb411a9b4c38443e6c8 100644 (file)
@@ -290,7 +290,7 @@ ngx_parse_inet_url(ngx_pool_t *pool, ngx_url_t *u)
 
         if (uri < port) {
             port = NULL;
-        } 
+        }
     }
 
     if (port) {
index 2a321615822d2aa05de4282eeb3d33005d5413d3..f0e0eade18568c6082a67e3b393028f0ad054955 100644 (file)
@@ -439,7 +439,7 @@ struct ngx_http_request_s {
 
     /*
      * instead of using the request context data in
-     * ngx_http_limit_zone_module and ngx_http_limit_req_module 
+     * ngx_http_limit_zone_module and ngx_http_limit_req_module
      * we use the single bits in the request structure
      */
     unsigned                          limit_zone_set:1;