]> git.kaiwu.me - njs.git/commitdiff
Style.
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 27 Dec 2018 07:27:46 +0000 (10:27 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 27 Dec 2018 07:27:46 +0000 (10:27 +0300)
njs/njs_variable.c

index 4f2739cbe8e7a9397d81b21cfac135d5597d12b6..286e951c6c038b3f44984740d8a306908d160cfc 100644 (file)
@@ -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);