diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-07-16 15:25:05 +0100 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-07-16 15:25:05 +0100 |
| commit | e8b2f1eeaac191fa4edc8c06fa6a4f232666be65 (patch) | |
| tree | b2cd8f90145256c18d226a00f6f3093cc09e5fb8 /vendor | |
| parent | e5baf483fd6c2788818f7c9611122872379f10ae (diff) | |
Fix indentation
Diffstat (limited to 'vendor')
| -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 952393e57..929af64d2 100644 --- a/vendor/kb_text_shape/kb_text_shape_types.odin +++ b/vendor/kb_text_shape/kb_text_shape_types.odin @@ -1853,7 +1853,7 @@ op_state_op_specific :: struct #raw_union { } lookup_indices :: struct { - FeatureTag: feature_tag, + FeatureTag: feature_tag, FeatureId: feature_id, SkipFlags: skip_flags, GlyphFilter: glyph_flags, |