commit | 79135ae58e40a2cb85a27afab6dd75d4fb1ff17f | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Dec 16 10:08:35 2020 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Dec 16 10:08:35 2020 +0100 |
tree | 372b6bb1afb18ff0f3a7b5ae126d88e0b5d318aa | |
parent | f4b95baf169d7265fc6eb87e08aed6ad2470be42 [diff] [blame] |
libyang FORMAT uncrustify format fixes
diff --git a/src/path.c b/src/path.c index 9fbd1c1..10e9ec1 100644 --- a/src/path.c +++ b/src/path.c
@@ -829,7 +829,7 @@ /* check leftover tokens */ if (tok_idx < expr->used) { LOGVAL_P(ctx, cur_node, LY_VCODE_XP_INTOK, lyxp_print_token(expr->tokens[tok_idx]), - &expr->expr[expr->tok_pos[tok_idx]]); + &expr->expr[expr->tok_pos[tok_idx]]); ret = LY_EVALID; goto cleanup; }