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

cgen: fix sizeof(&int)

This commit is contained in:
Alexander Medvednikov
2020-04-11 16:24:21 +02:00
parent 61c1535199
commit 63d747042e
2 changed files with 5 additions and 8 deletions

View File

@@ -447,7 +447,7 @@ pub fn (fs FlagParser) usage() string {
}
}
option_names := ' ' + onames.join(', ')
xspace := ''
mut xspace := ''
if option_names.len > space.len-2 {
xspace = '\n${space}'
} else {