changeset 2301:148c2e840c2b

style fix: remove trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Tue, 11 Nov 2008 16:04:05 +0000
parents 159136c9808d
children 2abf14c952a2
files src/core/ngx_inet.c src/http/ngx_http_request.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/core/ngx_inet.c	Tue Nov 11 15:38:16 2008 +0000
+++ b/src/core/ngx_inet.c	Tue Nov 11 16:04:05 2008 +0000
@@ -290,7 +290,7 @@
 
         if (uri < port) {
             port = NULL;
-        } 
+        }
     }
 
     if (port) {
--- a/src/http/ngx_http_request.h	Tue Nov 11 15:38:16 2008 +0000
+++ b/src/http/ngx_http_request.h	Tue Nov 11 16:04:05 2008 +0000
@@ -439,7 +439,7 @@
 
     /*
      * 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;