aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrey Belov <defan@nginx.com>2012-06-18 13:51:20 +0000
committerAndrey Belov <defan@nginx.com>2012-06-18 13:51:20 +0000
commit0cf52376fbe5724f21a00f65639eb032fcb14e5f (patch)
treef2eec42658cff668fadfed4d891ffc1fefeb4977 /src
parente91b210b5674709185d77309272331f009ef9aa4 (diff)
downloadnginx-0cf52376fbe5724f21a00f65639eb032fcb14e5f.tar.gz
nginx-0cf52376fbe5724f21a00f65639eb032fcb14e5f.zip
Style fix.
Diffstat (limited to 'src')
-rw-r--r--src/http/ngx_http_variables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_variables.c b/src/http/ngx_http_variables.c
index b56161779..76b292553 100644
--- a/src/http/ngx_http_variables.c
+++ b/src/http/ngx_http_variables.c
@@ -77,9 +77,9 @@ static ngx_int_t ngx_http_variable_request_body(ngx_http_request_t *r,
ngx_http_variable_value_t *v, uintptr_t data);
static ngx_int_t ngx_http_variable_request_body_file(ngx_http_request_t *r,
ngx_http_variable_value_t *v, uintptr_t data);
-
static ngx_int_t ngx_http_variable_status(ngx_http_request_t *r,
ngx_http_variable_value_t *v, uintptr_t data);
+
static ngx_int_t ngx_http_variable_sent_content_type(ngx_http_request_t *r,
ngx_http_variable_value_t *v, uintptr_t data);
static ngx_int_t ngx_http_variable_sent_content_length(ngx_http_request_t *r,