diff options
| author | blob1807 <12388588+blob1807@users.noreply.github.com> | 2024-03-04 15:09:17 +1000 |
|---|---|---|
| committer | blob1807 <12388588+blob1807@users.noreply.github.com> | 2024-03-04 15:09:17 +1000 |
| commit | 116edb9052b9d16d3d286b6ada42b053260ba424 (patch) | |
| tree | eec9e32f2c10e5aaa9d209c77d5adb0d8d6894a6 /core/encoding | |
| parent | 9070e613a44059f5bd1b77277de74a1f549f7369 (diff) | |
convert spaces to tabs
Diffstat (limited to 'core/encoding')
| -rw-r--r-- | core/encoding/json/marshal.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/encoding/json/marshal.odin b/core/encoding/json/marshal.odin index 2a052dbd9..8b3a2bd56 100644 --- a/core/encoding/json/marshal.odin +++ b/core/encoding/json/marshal.odin @@ -53,7 +53,7 @@ Marshal_Options :: struct { // Output enum value's name instead of its underlineing value. // - // NOTE: If a name isn't found it'll use the underlineing value. + // NOTE: If a name isn't found it'll use the underlineing value. use_enum_names: bool, // Internal state |