aboutsummaryrefslogtreecommitdiff
path: root/core/unicode
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-06-29 19:50:51 +0100
committergingerBill <bill@gingerbill.org>2024-06-29 19:50:51 +0100
commite296d6fb902083fac534bdd4c804e6dbad2fc458 (patch)
tree18e0875791d202dc4dde1d148c0786494e2b2b14 /core/unicode
parent90244a0849afe9f17e011dc8c3bae571c9f5bb26 (diff)
Fix loads of indentation issues with mixing spaces and tabs
Diffstat (limited to 'core/unicode')
-rw-r--r--core/unicode/letter.odin2
1 files changed, 1 insertions, 1 deletions
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