build UPDATE uncrustify version 0.71 -> 0.75
diff --git a/src/log.c b/src/log.c
index 68de781..6c14c33 100644
--- a/src/log.c
+++ b/src/log.c
@@ -286,6 +286,7 @@
 
     if (path) {
         char *s = strdup(path);
+
         LY_CHECK_ERR_RET(!s, LOGMEM(NULL), );
         ly_set_add(&log_location.paths, s, 1, NULL);
     } else if (reset) {