comparison src/stream/ngx_stream_log_module.c @ 7224:1ab290cf5267

Style.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 05 Mar 2018 21:35:08 +0300
parents 265c29b0b8b8
children c7c8354f99fa
comparison
equal deleted inserted replaced
7223:265c29b0b8b8 7224:1ab290cf5267
866 } 866 }
867 } 867 }
868 868
869 869
870 static size_t 870 static size_t
871 ngx_stream_log_unescaped_variable_getlen(ngx_stream_session_t *s, uintptr_t data) 871 ngx_stream_log_unescaped_variable_getlen(ngx_stream_session_t *s,
872 uintptr_t data)
872 { 873 {
873 ngx_stream_variable_value_t *value; 874 ngx_stream_variable_value_t *value;
874 875
875 value = ngx_stream_get_indexed_variable(s, data); 876 value = ngx_stream_get_indexed_variable(s, data);
876 877