schema compile REFACTOR formatting
diff --git a/src/schema_compile_amend.c b/src/schema_compile_amend.c
index 13e1a47..1f50f05 100644
--- a/src/schema_compile_amend.c
+++ b/src/schema_compile_amend.c
@@ -1773,7 +1773,8 @@
node->flags &= ~LYS_MAND_TRUE;
lys_compile_mandatory_parents(target, 0);
LOGVAL(ctx->ctx, LYVE_SEMANTICS,
- "Invalid augment adding mandatory node \"%s\" without making it conditional via when statement.", node->name);
+ "Invalid augment adding mandatory node \"%s\" without making it conditional via when statement.",
+ node->name);
ret = LY_EVALID;
goto cleanup;
}