libyang REFACTOR small formatting issues
diff --git a/src/tree_data.h b/src/tree_data.h
index 3792439..f32343f 100644
--- a/src/tree_data.h
+++ b/src/tree_data.h
@@ -1042,7 +1042,8 @@
* key-less lists.
* @return LY_ERR value.
*/
-LY_ERR lyd_new_list(struct lyd_node *parent, const struct lys_module *module, const char *name, ly_bool output, struct lyd_node **node, ...);
+LY_ERR lyd_new_list(struct lyd_node *parent, const struct lys_module *module, const char *name, ly_bool output,
+ struct lyd_node **node, ...);
/**
* @brief Create a new top-level list node defined in the given extension instance.