]> git.kaiwu.me - nginx.git/commitdiff
Style fix.
authorAndrey Belov <defan@nginx.com>
Mon, 18 Jun 2012 13:51:20 +0000 (13:51 +0000)
committerAndrey Belov <defan@nginx.com>
Mon, 18 Jun 2012 13:51:20 +0000 (13:51 +0000)
src/http/ngx_http_variables.c

index b561617796907a9075abdfb3cdd96d211b7e0f72..76b292553be4e3ab0986f6a6951ba2bafe647b13 100644 (file)
@@ -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,