build UPDATE uncrustify version 0.71 -> 0.75
diff --git a/src/tree_schema_internal.h b/src/tree_schema_internal.h
index 9fe27cd..7c4e6a5 100644
--- a/src/tree_schema_internal.h
+++ b/src/tree_schema_internal.h
@@ -48,6 +48,7 @@
     const char *name;      /**< name of the statement */
     const char *arg;       /**< name of YIN's attribute to present the statement */
     uint8_t flags;         /**< various flags to clarify printing of the statement */
+
 #define STMT_FLAG_YIN 0x1 /**< has YIN element */
 #define STMT_FLAG_ID 0x2  /**< the value is identifier -> no quotes */
 };