context REFACTOR added newline
diff --git a/src/context.c b/src/context.c
index 20d613b..cdbce9c 100644
--- a/src/context.c
+++ b/src/context.c
@@ -541,6 +541,7 @@
 ly_ctx_get_options(const struct ly_ctx *ctx)
 {
     LY_CHECK_ARG_RET(ctx, ctx, 0);
+
     return ctx->flags;
 }