aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_script.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2016-03-30 11:52:16 +0300
committerRuslan Ermilov <ru@nginx.com>2016-03-30 11:52:16 +0300
commit7ad57da59821294255610545b2b5ce07e74124a5 (patch)
tree91bb44ad5950b703d0f49a8744f0b9b08cf29f11 /src/http/ngx_http_script.c
parentdfbc51a8cc850154fe8839408f32c7e322f5cdf0 (diff)
downloadnginx-7ad57da59821294255610545b2b5ce07e74124a5.tar.gz
nginx-7ad57da59821294255610545b2b5ce07e74124a5.zip
Style.
Diffstat (limited to 'src/http/ngx_http_script.c')
-rw-r--r--src/http/ngx_http_script.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/ngx_http_script.c b/src/http/ngx_http_script.c
index 02e2be3bb..879c63cbb 100644
--- a/src/http/ngx_http_script.c
+++ b/src/http/ngx_http_script.c
@@ -19,10 +19,10 @@ static ngx_int_t ngx_http_script_add_var_code(ngx_http_script_compile_t *sc,
static ngx_int_t ngx_http_script_add_args_code(ngx_http_script_compile_t *sc);
#if (NGX_PCRE)
static ngx_int_t ngx_http_script_add_capture_code(ngx_http_script_compile_t *sc,
- ngx_uint_t n);
+ ngx_uint_t n);
#endif
static ngx_int_t
- ngx_http_script_add_full_name_code(ngx_http_script_compile_t *sc);
+ ngx_http_script_add_full_name_code(ngx_http_script_compile_t *sc);
static size_t ngx_http_script_full_name_len_code(ngx_http_script_engine_t *e);
static void ngx_http_script_full_name_code(ngx_http_script_engine_t *e);