style fix: remove trailing spaces

This commit is contained in:
Igor Sysoev 2008-11-11 16:04:05 +00:00
parent 40cc949c7b
commit ead8091746
2 changed files with 2 additions and 2 deletions

View File

@ -290,7 +290,7 @@ ngx_parse_inet_url(ngx_pool_t *pool, ngx_url_t *u)
if (uri < port) { if (uri < port) {
port = NULL; port = NULL;
} }
} }
if (port) { if (port) {

View File

@ -439,7 +439,7 @@ struct ngx_http_request_s {
/* /*
* instead of using the request context data in * 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 * we use the single bits in the request structure
*/ */
unsigned limit_zone_set:1; unsigned limit_zone_set:1;