data tree FORMAT line wrap
diff --git a/src/tree_data.h b/src/tree_data.h
index 295603f..a928dd8 100644
--- a/src/tree_data.h
+++ b/src/tree_data.h
@@ -902,7 +902,8 @@
  * @param[out] node Optional created node.
  * @return LY_ERR value.
  */
-LY_ERR lyd_new_inner(struct lyd_node *parent, const struct lys_module *module, const char *name, ly_bool output, struct lyd_node **node);
+LY_ERR lyd_new_inner(struct lyd_node *parent, const struct lys_module *module, const char *name, ly_bool output,
+        struct lyd_node **node);
 
 /**
  * @brief Create a new list node in the data tree.