uncrustify FEATURE force spaces around operators, parentheses
diff --git a/src/parser_yin.c b/src/parser_yin.c
index 2e549a7..5ec0bb4 100644
--- a/src/parser_yin.c
+++ b/src/parser_yin.c
@@ -833,7 +833,7 @@
     type->range = calloc(1, sizeof *type->range);
     LY_CHECK_ERR_RET(!type->range, LOGMEM(ctx->xmlctx->ctx), LY_EMEM);
     LY_CHECK_RET(yin_parse_restriction(ctx, LY_STMT_RANGE, type->range));
-    type->flags |=  LYS_SET_RANGE;
+    type->flags |= LYS_SET_RANGE;
 
     return LY_SUCCESS;
 }