Pārlūkot izejas kodu

convert spaces to tabs

blob1807 1 gadu atpakaļ
vecāks
revīzija
116edb9052
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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.
 	//
-    // 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