1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

remove unnecessary empty lines in cgen

This commit is contained in:
Alexander Medvednikov
2019-11-11 06:02:01 +03:00
parent 730ef96398
commit 0ad0a61db2
4 changed files with 5 additions and 10 deletions

View File

@ -184,7 +184,7 @@ fn (p mut Parser) for_st() {
}
p.fspace()
p.check(.lcbr)
p.genln('')
//p.genln('')
p.statements()
p.close_scope()
p.for_expr_cnt--