1
0
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:
Alexander Medvednikov
2019-12-17 17:28:25 +03:00
parent 67cf7f18e6
commit 53b334145b
8 changed files with 100 additions and 49 deletions

View File

@ -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