# HG changeset patch # User Igor Sysoev # Date 1226419445 0 # Node ID 148c2e840c2b3db2cacbfb1cf8867a81b5804c0c # Parent 159136c9808de9886391ad03a034c5735be58802 style fix: remove trailing spaces diff --git a/src/core/ngx_inet.c b/src/core/ngx_inet.c --- a/src/core/ngx_inet.c +++ b/src/core/ngx_inet.c @@ -290,7 +290,7 @@ ngx_parse_inet_url(ngx_pool_t *pool, ngx if (uri < port) { port = NULL; - } + } } if (port) { diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -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;