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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user