libyang MAINTENANCE code formatting
diff --git a/src/context.c b/src/context.c
index 4b59507..33d3f17 100644
--- a/src/context.c
+++ b/src/context.c
@@ -475,6 +475,7 @@
 ly_ctx_set_options(struct ly_ctx *ctx, uint16_t option)
 {
     LY_ERR lyrc;
+
     LY_CHECK_ARG_RET(ctx, ctx, LY_EINVAL);
     LY_CHECK_ERR_RET(option & LY_CTX_NO_YANGLIBRARY, LOGARG(ctx, option), LY_EINVAL);
     lyrc = LY_SUCCESS;