Browse Source

convert spaces to tabs

blob1807 1 year ago
parent
commit
116edb9052
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/encoding/json/marshal.odin

+ 1 - 1
core/encoding/json/marshal.odin

@@ -53,7 +53,7 @@ Marshal_Options :: struct {
 
 
 	// Output enum value's name instead of its underlineing value.
 	// 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,
 	use_enum_names: bool,
 
 
 	// Internal state
 	// Internal state