libyang MAINTENANCE formatting
diff --git a/src/parser_yang.c b/src/parser_yang.c
index a35e904..a33040a 100644
--- a/src/parser_yang.c
+++ b/src/parser_yang.c
@@ -459,7 +459,7 @@
                 break;
             case '\n':
                 LY_IN_NEW_LINE(ctx->in);
-                /* fall through */
+            /* fall through */
             case ' ':
             case '\t':
                 /* just skip */
@@ -474,7 +474,7 @@
             switch (ctx->in->current[0]) {
             case '\n':
                 LY_IN_NEW_LINE(ctx->in);
-                /* fall through */
+            /* fall through */
             case ' ':
             case '\t':
                 /* skip */