From 718784ca20b8cb49aec438daecc846f273971793 Mon Sep 17 00:00:00 2001
From: Kimplul <kimi.h.kuparinen@gmail.com>
Date: Wed, 1 Jan 2025 14:33:48 +0200
Subject: run formatter

---
 src/debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/debug.c')

diff --git a/src/debug.c b/src/debug.c
index ecb03e3..cd0b8eb 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -135,7 +135,7 @@ void semantic_error(struct scope *scope, struct ast *node,
 }
 
 void type_mismatch(struct scope *scope, struct ast *node,
-		struct type *l, struct type *r)
+                   struct type *l, struct type *r)
 {
 	const char *ls = type_str(l);
 	const char *rs = type_str(r);
-- 
cgit v1.2.3