From 7294673a9889f968eef86930d4e09f47070439fc Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 9 Apr 2024 18:43:02 +0300 Subject: formatting --- src/debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/debug.c') diff --git a/src/debug.c b/src/debug.c index 3be9d21..734ce0e 100644 --- a/src/debug.c +++ b/src/debug.c @@ -134,7 +134,7 @@ void semantic_error(struct file_ctx fctx, struct ast *node, } void type_error(struct file_ctx fctx, struct type *node, - const char *fmt, ...) + const char *fmt, ...) { va_list args; va_start(args, fmt); @@ -173,7 +173,7 @@ void semantic_info(struct file_ctx fctx, struct ast *node, const char *fmt, } void type_info(struct file_ctx fctx, struct type *node, const char *fmt, - ...) + ...) { va_list args; va_start(args, fmt); -- cgit v1.3