build UPDATE uncrustify version 0.71 -> 0.75
diff --git a/tools/lint/main_ni.c b/tools/lint/main_ni.c
index e58e85a..9421e4f 100644
--- a/tools/lint/main_ni.c
+++ b/tools/lint/main_ni.c
@@ -307,6 +307,7 @@
 {
     for (uint32_t u = 0; u < fset->count; ++u) {
         struct schema_features *sf = fset->objs[u];
+
         if (!sf->applied) {
             return sf;
         }
@@ -903,6 +904,7 @@
                 }
             } else if (c.submodule) {
                 const struct lysp_submodule *submod = ly_ctx_get_submodule_latest(c.ctx, c.submodule);
+
                 if (!submod) {
                     YLMSG_E("Unable to find submodule %s.\n", c.submodule);
                     goto cleanup;