diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-12-08 11:41:35 +0000 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-12-08 11:41:35 +0000 |
| commit | 6002a29c515e81f98becb9398ec040adc243bf72 (patch) | |
| tree | 4afe4b0356821ae83efe6fcdd307343818cd3238 | |
| parent | a87f602cd04be0286591bf8137ff24939e0e9f9f (diff) | |
Fix indentation
| -rw-r--r-- | vendor/kb_text_shape/kb_text_shape_types.odin | 2 |
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, |