build UPDATE uncrustify version 0.71 -> 0.75
diff --git a/tools/lint/cmd.h b/tools/lint/cmd.h
index beb4ce7..9f6f88d 100644
--- a/tools/lint/cmd.h
+++ b/tools/lint/cmd.h
@@ -23,6 +23,7 @@
  */
 typedef struct {
     char *name;                                      /* User printable name of the function. */
+
     void (*func)(struct ly_ctx **ctx, const char *); /* Function to call to do the command. */
     void (*help_func)(void);                         /* Display command help. */
     char *helpstring;                                /* Documentation for this function. */