aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-11-11 16:04:05 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-11-11 16:04:05 +0000
commitead8091746f136d7563824c7468d570481fb4e3c (patch)
tree4fb8e840498112c1c3c5ec3dfe34540daf96e9c7 /src/http/ngx_http_request.h
parent40cc949c7b93776491b15e5367b51edbbc21caf6 (diff)
downloadnginx-ead8091746f136d7563824c7468d570481fb4e3c.tar.gz
nginx-ead8091746f136d7563824c7468d570481fb4e3c.zip
style fix: remove trailing spaces
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h2
1 files changed, 1 insertions, 1 deletions
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;