From: Dmitry Volyntsev Date: Thu, 27 Dec 2018 07:27:46 +0000 (+0300) Subject: Style. X-Git-Tag: 0.2.8~103 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=21572a0e204ee4b57faf6c0a27903b95e500071a;p=njs.git Style. --- diff --git a/njs/njs_variable.c b/njs/njs_variable.c index 4f2739cb..286e951c 100644 --- a/njs/njs_variable.c +++ b/njs/njs_variable.c @@ -16,7 +16,7 @@ typedef struct { } njs_variable_scope_t; -static njs_ret_t njs_variable_find(njs_vm_t *vm, njs_parser_scope_t *scope, +static njs_ret_t njs_variable_find(njs_vm_t *vm, njs_parser_scope_t *scope, njs_variable_scope_t *vs, nxt_str_t *name, uint32_t hash); static njs_variable_t *njs_variable_alloc(njs_vm_t *vm, nxt_str_t *name, njs_variable_type_t type);