Parcourir la source

fix indentation

RilleP il y a 1 an
Parent
commit
730f992bff
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      core/odin/parser/parser.odin

+ 1 - 1
core/odin/parser/parser.odin

@@ -2995,7 +2995,7 @@ parse_literal_value :: proc(p: ^Parser, type: ^ast.Expr) -> ^ast.Comp_Lit {
 	}
 	p.expr_level -= 1
 
-  skip_possible_newline(p)
+  	skip_possible_newline(p)
 	close := expect_closing_brace_of_field_list(p);
 
 	pos := type.pos if type != nil else open.pos