[njs] Style.
Dmitry Volyntsev
xeioex at nginx.com
Thu Dec 27 07:29:01 UTC 2018
details: https://hg.nginx.org/njs/rev/a8dff774ab62
branches:
changeset: 699:a8dff774ab62
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Thu Dec 27 10:27:46 2018 +0300
description:
Style.
diffstat:
njs/njs_variable.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 1cac2060faae -r a8dff774ab62 njs/njs_variable.c
--- a/njs/njs_variable.c Wed Dec 26 19:57:41 2018 +0300
+++ b/njs/njs_variable.c Thu Dec 27 10:27:46 2018 +0300
@@ -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);
More information about the nginx-devel
mailing list