schema MAINTENANCE code formatting
diff --git a/src/schema_compile_node.c b/src/schema_compile_node.c
index 1793d97..8cb306d 100644
--- a/src/schema_compile_node.c
+++ b/src/schema_compile_node.c
@@ -633,7 +633,7 @@
                 /* min cannot be used elsewhere than in the first part */
                 LOGVAL(ctx->ctx, LYVE_SYNTAX_YANG,
                         "Invalid %s restriction - unexpected data before min keyword (%.*s).", length_restr ? "length" : "range",
-                                (int)(expr - range_p->arg.str), range_p->arg.str);
+                        (int)(expr - range_p->arg.str), range_p->arg.str);
                 goto cleanup;
             }
             expr += ly_strlen_const("min");