mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 04:50:29 +00:00
Use fi.space instead of fi.hash
This commit is contained in:
@@ -2592,7 +2592,7 @@ fmt_named_buitlin_custom_formatters :: proc(fi: ^Info, v: any, verb: rune, info:
|
||||
prec = 6
|
||||
buf[w] = 'm'
|
||||
}
|
||||
if fi.hash {
|
||||
if fi.space {
|
||||
w -= 1
|
||||
buf[w] = ' '
|
||||
}
|
||||
@@ -2601,7 +2601,7 @@ fmt_named_buitlin_custom_formatters :: proc(fi: ^Info, v: any, verb: rune, info:
|
||||
} else {
|
||||
w -= 1
|
||||
buf[w] = 's'
|
||||
if fi.hash {
|
||||
if fi.space {
|
||||
w -= 1
|
||||
buf[w] = ' '
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user