Explorar o código

Trim whitespaces

Daniel Gavin %!s(int64=3) %!d(string=hai) anos
pai
achega
ff5e036773
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/odin/parser/parser.odin

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

@@ -2168,7 +2168,7 @@ parse_inlining_operand :: proc(p: ^Parser, lhs: bool, tok: tokenizer.Token) -> ^
 	}
 
 	switch e in &ast.unparen_expr(expr).derived {
-	case ast.Proc_Lit:		
+	case ast.Proc_Lit:
 		if e.inlining != .None && e.inlining != pi {
 			error(p, expr.pos, "both 'inline' and 'no_inline' cannot be applied to a procedure literal")
 		}