mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
lots of vfmt fixes
This commit is contained in:
@ -6,9 +6,11 @@ module compiler
|
||||
|
||||
fn (p mut Parser) for_st() {
|
||||
p.check(.key_for)
|
||||
p.fspace()
|
||||
p.for_expr_cnt++
|
||||
next_tok := p.peek()
|
||||
if p.tok != .lcbr {
|
||||
p.fspace()
|
||||
}
|
||||
//debug := p.scanner.file_path.contains('r_draw')
|
||||
p.open_scope()
|
||||
mut label := 0
|
||||
|
Reference in New Issue
Block a user