aboutsummaryrefslogtreecommitdiff
path: root/src/debug.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-01-01 14:33:48 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2025-01-01 14:33:48 +0200
commit718784ca20b8cb49aec438daecc846f273971793 (patch)
tree2a33e54ce63a33e4fe1aaeac8140ce9714c96cc3 /src/debug.c
parentbf804fa1e18c717cec3944f5edea858a2f3a015d (diff)
downloadfwd-718784ca20b8cb49aec438daecc846f273971793.tar.gz
fwd-718784ca20b8cb49aec438daecc846f273971793.zip
run formatter
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c2
1 files changed, 1 insertions, 1 deletions
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);