aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-12-08 11:41:35 +0000
committergingerBill <gingerBill@users.noreply.github.com>2025-12-08 11:41:35 +0000
commit6002a29c515e81f98becb9398ec040adc243bf72 (patch)
tree4afe4b0356821ae83efe6fcdd307343818cd3238
parenta87f602cd04be0286591bf8137ff24939e0e9f9f (diff)
Fix indentation
-rw-r--r--vendor/kb_text_shape/kb_text_shape_types.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/kb_text_shape/kb_text_shape_types.odin b/vendor/kb_text_shape/kb_text_shape_types.odin
index 6c4465319..b391ef0e4 100644
--- a/vendor/kb_text_shape/kb_text_shape_types.odin
+++ b/vendor/kb_text_shape/kb_text_shape_types.odin
@@ -1933,7 +1933,7 @@ break_state :: struct {
}
decode :: struct {
- Codepoint: rune,
+ Codepoint: rune,
SourceCharactersConsumed: c.int,
Valid: b32,