build UPDATE uncrustify version 0.71 -> 0.75
diff --git a/src/xpath.h b/src/xpath.h
index a711d94..e2e029e 100644
--- a/src/xpath.h
+++ b/src/xpath.h
@@ -253,6 +253,7 @@
  */
 struct lyxp_set {
     enum lyxp_set_type type;             /**< Type of the object (value). */
+
     union {
         struct lyxp_set_node {
             struct lyd_node *node;       /**< Data node. */
@@ -299,6 +300,7 @@
 
     /* general context */
     struct ly_ctx *ctx;                     /**< General context for logging. */
+
     union {
         const struct lyd_node *cur_node;    /**< Current (original context) node. */
         const struct lysc_node *cur_scnode; /**< Current (original context) compiled node. */