uncrustify FEATURE control stmt spacing options
diff --git a/src/printer_lyb.c b/src/printer_lyb.c
index 12dc0a8..e5c1a3c 100644
--- a/src/printer_lyb.c
+++ b/src/printer_lyb.c
@@ -862,7 +862,7 @@
     /* written hash was a collision, write also all the preceding hashes */
     for (i = 0; !(hash & (LYB_HASH_COLLISION_ID >> i)); ++i) {}
 
-    for (; i; --i) {
+    for ( ; i; --i) {
         hash = lyb_hash(schema, i - 1);
         if (!hash) {
             return LY_EINT;