From 1c7c0bd747c839fb1e449e98cec942894821addf Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 29 May 2022 17:01:19 +0200 Subject: `make format` --- shared/errcatch.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'shared/errcatch.c') diff --git a/shared/errcatch.c b/shared/errcatch.c index ff7fc93..76af10a 100644 --- a/shared/errcatch.c +++ b/shared/errcatch.c @@ -6,7 +6,7 @@ w2_s_error *g_w2_error_buffer[W2_ERROR_BUFFER_SIZE] = {}; uint8_t g_w2_error_index = 0; uint8_t g_w2_error_offset = 0; -bool g_w2_error_buffer_full = 0; +bool g_w2_error_buffer_full = 0; bool g_w2_error_uncaught = 0; void w2_errcatch_main() { @@ -43,4 +43,3 @@ void w2_errcatch_throw_msg(w2_e_errorcode code, uint16_t length, const char *mes if (g_w2_error_buffer_full) return; g_w2_error_index = next_index; } - -- cgit v1.2.3