aboutsummaryrefslogtreecommitdiff
path: root/src/stream/ngx_stream_log_module.c
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2018-03-05 21:35:08 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2018-03-05 21:35:08 +0300
commit89ad448f571876ddb191ac082ced855d2a30e2d4 (patch)
treef385b100ea81cff712f218ba3f268960e424bfab /src/stream/ngx_stream_log_module.c
parent764737256521de5c34f7ce1cc1b27bf440b6cced (diff)
downloadnginx-89ad448f571876ddb191ac082ced855d2a30e2d4.tar.gz
nginx-89ad448f571876ddb191ac082ced855d2a30e2d4.zip
Style.
Diffstat (limited to 'src/stream/ngx_stream_log_module.c')
-rw-r--r--src/stream/ngx_stream_log_module.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stream/ngx_stream_log_module.c b/src/stream/ngx_stream_log_module.c
index 8e09471bd..0ff7f4244 100644
--- a/src/stream/ngx_stream_log_module.c
+++ b/src/stream/ngx_stream_log_module.c
@@ -868,7 +868,8 @@ ngx_stream_log_json_variable(ngx_stream_session_t *s, u_char *buf,
static size_t
-ngx_stream_log_unescaped_variable_getlen(ngx_stream_session_t *s, uintptr_t data)
+ngx_stream_log_unescaped_variable_getlen(ngx_stream_session_t *s,
+ uintptr_t data)
{
ngx_stream_variable_value_t *value;