diff --git a/vlib/v/gen/c/match.v b/vlib/v/gen/c/match.v index 050cfd3d8b..cd55950d90 100644 --- a/vlib/v/gen/c/match.v +++ b/vlib/v/gen/c/match.v @@ -77,7 +77,7 @@ fn (mut g Gen) match_expr(node ast.MatchExpr) { } else { line := if is_expr { g.empty_line = true - g.go_before_last_stmt() + g.go_before_last_stmt().trim_left('\t') } else { '' }