From fbea46b84f9df5e8b78c925f05b9ebe8f1cf85c6 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Mon, 6 Jul 2020 09:36:57 -0400 Subject: [PATCH] chore: add newline to panic function --- runtime/include/panic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/include/panic.h b/runtime/include/panic.h index 3a4227f..509a45f 100644 --- a/runtime/include/panic.h +++ b/runtime/include/panic.h @@ -12,4 +12,4 @@ panic(const char *format, ...) vfprintf(stderr, format, args); va_end(args); assert(0); -} \ No newline at end of file +}