details: https://hg.nginx.org/njs/rev/3dc7a53d9f00 branches: changeset: 1468:3dc7a53d9f00 user: Dmitry Volyntsev <xei...@nginx.com> date: Tue Jul 14 17:21:53 2020 +0000 description: Style.
diffstat: src/njs_parser.c | 2 +- src/njs_typed_array.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diffs (24 lines): diff -r 42d20205e054 -r 3dc7a53d9f00 src/njs_parser.c --- a/src/njs_parser.c Tue Jul 14 17:20:29 2020 +0000 +++ b/src/njs_parser.c Tue Jul 14 17:21:53 2020 +0000 @@ -3140,7 +3140,7 @@ njs_parser_left_hand_side_expression_opt static njs_int_t njs_parser_expression_node(njs_parser_t *parser, njs_lexer_token_t *token, - njs_queue_link_t *current, njs_token_type_t type, + njs_queue_link_t *current, njs_token_type_t type, njs_vmcode_operation_t operation, njs_parser_state_func_t after) { njs_parser_node_t *node; diff -r 42d20205e054 -r 3dc7a53d9f00 src/njs_typed_array.c --- a/src/njs_typed_array.c Tue Jul 14 17:20:29 2020 +0000 +++ b/src/njs_typed_array.c Tue Jul 14 17:21:53 2020 +0000 @@ -597,7 +597,7 @@ njs_typed_array_prototype_fill(njs_vm_t for (i = start; i < end; i++) { buffer->u.f64[i + offset] = num; } - } + } return NJS_OK; } _______________________________________________ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel