From e296d6fb902083fac534bdd4c804e6dbad2fc458 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sat, 29 Jun 2024 19:50:51 +0100 Subject: Fix loads of indentation issues with mixing spaces and tabs --- examples/demo/demo.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/demo/demo.odin b/examples/demo/demo.odin index 531538697..e27686099 100644 --- a/examples/demo/demo.odin +++ b/examples/demo/demo.odin @@ -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() -- cgit v1.2.3