mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-21 13:55:19 +00:00
Fix loads of indentation issues with mixing spaces and tabs
This commit is contained in:
@@ -2275,7 +2275,7 @@ arbitrary_precision_mathematics :: proc() {
|
||||
}
|
||||
fmt.printf(as)
|
||||
if print_extra_info {
|
||||
fmt.printf(" (base: %v, bits: %v, digits: %v)", base, cb, a.used)
|
||||
fmt.printf(" (base: %v, bits: %v, digits: %v)", base, cb, a.used)
|
||||
}
|
||||
if newline {
|
||||
fmt.println()
|
||||
|
||||
Reference in New Issue
Block a user