diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-01-01 14:33:48 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-01-01 14:33:48 +0200 |
| commit | 718784ca20b8cb49aec438daecc846f273971793 (patch) | |
| tree | 2a33e54ce63a33e4fe1aaeac8140ce9714c96cc3 /src/debug.c | |
| parent | bf804fa1e18c717cec3944f5edea858a2f3a015d (diff) | |
| download | fwd-718784ca20b8cb49aec438daecc846f273971793.tar.gz fwd-718784ca20b8cb49aec438daecc846f273971793.zip | |
run formatter
Diffstat (limited to 'src/debug.c')
| -rw-r--r-- | src/debug.c | 2 |
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); |
