mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07: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