build UPDATE uncrustify version 0.71 -> 0.75
diff --git a/tools/lint/cmd_print.c b/tools/lint/cmd_print.c
index 823ca7b..2702fbf 100644
--- a/tools/lint/cmd_print.c
+++ b/tools/lint/cmd_print.c
@@ -242,6 +242,7 @@
 
     if (node_path) {
         const struct lysc_node *node;
+
         node = lys_find_path(*ctx, NULL, node_path, 0);
         if (!node) {
             node = lys_find_path(*ctx, NULL, node_path, 1);