build UPDATE uncrustify version 0.71 -> 0.75
diff --git a/src/printer_lyb.c b/src/printer_lyb.c
index 9364826..3b2c14e 100644
--- a/src/printer_lyb.c
+++ b/src/printer_lyb.c
@@ -93,6 +93,7 @@
     lyht_set_cb(ht, lyb_ptr_equal_cb);
     do {
         int64_t j;
+
         for (j = (int64_t)compare_col_id; j > -1; --j) {
             if (lyb_get_hash(sibling, j) != lyb_get_hash(*col_node, j)) {
                 /* one non-colliding hash */
@@ -145,6 +146,7 @@
         for (i = 0; i < LYB_HASH_BITS; ++i) {
             /* check that we are not colliding with nodes inserted with a lower collision ID than ours */
             int64_t j;
+
             for (j = (int64_t)i - 1; j > -1; --j) {
                 if (lyb_hash_sequence_check(ht, sibling, (LYB_HASH)j, i)) {
                     break;