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;
     }