diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-05-28 12:27:08 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-05-28 12:27:08 +0000 |
commit | a5bf33601b9ac21390c92db5f77983d0e55de640 (patch) | |
tree | 632c244cb87284e7879fd495d260fde9f136f731 /src | |
parent | 9709aaa2f4a117072e6d6c362f9f81971eb094e5 (diff) | |
download | nginx-a5bf33601b9ac21390c92db5f77983d0e55de640.tar.gz nginx-a5bf33601b9ac21390c92db5f77983d0e55de640.zip |
style fix
Diffstat (limited to 'src')
-rw-r--r-- | src/http/modules/ngx_http_ssi_filter_module.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/modules/ngx_http_ssi_filter_module.c b/src/http/modules/ngx_http_ssi_filter_module.c index ddd15f4f5..e182619c9 100644 --- a/src/http/modules/ngx_http_ssi_filter_module.c +++ b/src/http/modules/ngx_http_ssi_filter_module.c @@ -100,7 +100,7 @@ static ngx_int_t ngx_http_ssi_endblock(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx, ngx_str_t **params); static ngx_int_t ngx_http_ssi_date_gmt_local_variable(ngx_http_request_t *r, - ngx_http_variable_value_t *v, uintptr_t gmt); + ngx_http_variable_value_t *v, uintptr_t gmt); static char *ngx_http_ssi_types(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); @@ -2647,7 +2647,7 @@ ngx_http_ssi_endblock(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx, static ngx_int_t ngx_http_ssi_date_gmt_local_variable(ngx_http_request_t *r, - ngx_http_variable_value_t *v, uintptr_t gmt) + ngx_http_variable_value_t *v, uintptr_t gmt) { ngx_http_ssi_ctx_t *ctx; ngx_time_t *tp; |