commit | 44f3d2c3b5cbc7afa340c19747f04be79f6e8d6e | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Mon Aug 24 09:49:38 2020 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Mon Aug 24 14:22:39 2020 +0200 |
tree | 85f950686cd0c4929efa4a591debbabae62958aa | |
parent | 5c38f36284fbc54eb75fabb6e6a7b5a561c0ec60 [diff] [blame] |
uncrustify FEATURE force spaces around operators, parentheses
diff --git a/src/parser_yin.c b/src/parser_yin.c index 2e549a7..5ec0bb4 100644 --- a/src/parser_yin.c +++ b/src/parser_yin.c
@@ -833,7 +833,7 @@ type->range = calloc(1, sizeof *type->range); LY_CHECK_ERR_RET(!type->range, LOGMEM(ctx->xmlctx->ctx), LY_EMEM); LY_CHECK_RET(yin_parse_restriction(ctx, LY_STMT_RANGE, type->range)); - type->flags |= LYS_SET_RANGE; + type->flags |= LYS_SET_RANGE; return LY_SUCCESS; }