aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_browser_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-10-09 15:38:59 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-10-09 15:38:59 +0000
commitfc3f068bc5d398c12b409e19303c66982276e4a4 (patch)
treec98c151431b07898abd84b3bbf41ef2c7ce4ccc9 /src/http/modules/ngx_http_browser_module.c
parentb50500689ac4ecf72bf73e2a5a46ea4fb6c421aa (diff)
downloadnginx-fc3f068bc5d398c12b409e19303c66982276e4a4.tar.gz
nginx-fc3f068bc5d398c12b409e19303c66982276e4a4.zip
style fix: remove trailing spaces
Diffstat (limited to 'src/http/modules/ngx_http_browser_module.c')
-rw-r--r--src/http/modules/ngx_http_browser_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_browser_module.c b/src/http/modules/ngx_http_browser_module.c
index a2fb4bd36..98df6c575 100644
--- a/src/http/modules/ngx_http_browser_module.c
+++ b/src/http/modules/ngx_http_browser_module.c
@@ -61,7 +61,7 @@ static ngx_int_t ngx_http_browser_variable(ngx_http_request_t *r,
static ngx_uint_t ngx_http_browser(ngx_http_request_t *r,
ngx_http_browser_conf_t *cf);
-
+
static ngx_int_t ngx_http_browser_add_variable(ngx_conf_t *cf);
static void *ngx_http_browser_create_conf(ngx_conf_t *cf);
static char *ngx_http_browser_merge_conf(ngx_conf_t *cf, void *parent,