From 116edb9052b9d16d3d286b6ada42b053260ba424 Mon Sep 17 00:00:00 2001 From: blob1807 <12388588+blob1807@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:09:17 +1000 Subject: [PATCH] convert spaces to tabs --- core/encoding/json/marshal.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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