From ead8091746f136d7563824c7468d570481fb4e3c Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 11 Nov 2008 16:04:05 +0000 Subject: [PATCH] style fix: remove trailing spaces --- src/core/ngx_inet.c | 2 +- src/http/ngx_http_request.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/ngx_inet.c b/src/core/ngx_inet.c index 35638e53b..5c88a9d9d 100644 --- 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_url_t *u) if (uri < port) { port = NULL; - } + } } if (port) { diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 2a3216158..f0e0eade1 100644 --- 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;