uncrustify FEATURE force spaces around operators, parentheses
diff --git a/src/xml.c b/src/xml.c
index 8bdfb07..b46d015 100644
--- a/src/xml.c
+++ b/src/xml.c
@@ -408,7 +408,7 @@
                     in += 6; /* " */
                 } else {
                     LOGVAL(ctx, LY_VLOG_LINE, &xmlctx->line, LYVE_SYNTAX,
-                           "Entity reference \"%.*s\" not supported, only predefined references allowed.", 10, &in[offset-1]);
+                           "Entity reference \"%.*s\" not supported, only predefined references allowed.", 10, &in[offset - 1]);
                     goto error;
                 }
                 offset = 0;