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 --- core/unicode/letter.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/unicode') diff --git a/core/unicode/letter.odin b/core/unicode/letter.odin index af345f733..e6d0261c6 100644 --- a/core/unicode/letter.odin +++ b/core/unicode/letter.odin @@ -242,7 +242,7 @@ is_enclosing_mark :: proc(r: rune) -> bool { 0x20DD ..= 0x20E0, 0x20E2 ..= 0x20E4, 0xA670 ..= 0xA672: - return true + return true } return false -- cgit v1.2.3