libyang FORMAT uncrustify format of all sources
diff --git a/src/parser_internal.h b/src/parser_internal.h
index d9ee1b8..d547913 100644
--- a/src/parser_internal.h
+++ b/src/parser_internal.h
@@ -118,7 +118,7 @@
* @return LY_ERR value - LY_SUCCESS, LY_EINVAL or LY_EVALID.
*/
LY_ERR yang_parse_submodule(struct lys_yang_parser_ctx **context, struct ly_ctx *ly_ctx, struct lys_parser_ctx *main_ctx,
- struct ly_in *in, struct lysp_submodule **submod);
+ struct ly_in *in, struct lysp_submodule **submod);
/**
* @brief Parse module from YANG data.
@@ -153,7 +153,7 @@
* @return LY_ERR values.
*/
LY_ERR yin_parse_submodule(struct lys_yin_parser_ctx **yin_ctx, struct ly_ctx *ctx, struct lys_parser_ctx *main_ctx,
- struct ly_in *in, struct lysp_submodule **submod);
+ struct ly_in *in, struct lysp_submodule **submod);
/**
* @brief Check that a data node representing the @p snode is suitable based on options.
@@ -171,7 +171,7 @@
* @param[in] value_hints Data parser's hint for the value's type.
*/
LY_ERR lyd_parser_create_term(struct lyd_ctx *lydctx, const struct lysc_node *schema, const char *value, size_t value_len,
- int *dynamic, int value_hints, LY_PREFIX_FORMAT format, void *prefix_data, struct lyd_node **node);
+ int *dynamic, int value_hints, LY_PREFIX_FORMAT format, void *prefix_data, struct lyd_node **node);
/**
* @brief Wrapper around lyd_create_meta() for data parsers.
@@ -180,8 +180,8 @@
* @param[in] value_hints [Value hint](@ref lydvalueparseopts) from the parser regarding the value type.
*/
LY_ERR lyd_parser_create_meta(struct lyd_ctx *lydctx, struct lyd_node *parent, struct lyd_meta **meta,
- const struct lys_module *mod, const char *name, size_t name_len, const char *value,
- size_t value_len, int *dynamic, int value_hints, LY_PREFIX_FORMAT format,
- void *prefix_data, const struct lysc_node *ctx_snode);
+ const struct lys_module *mod, const char *name, size_t name_len, const char *value,
+ size_t value_len, int *dynamic, int value_hints, LY_PREFIX_FORMAT format,
+ void *prefix_data, const struct lysc_node *ctx_snode);
#endif /* LY_PARSER_INTERNAL_H_ */