From a1ba24ae1d1c0d127806ac30493fdab4f87f5d4a Mon Sep 17 00:00:00 2001 From: nihui Date: Fri, 2 Feb 2024 08:26:19 +0000 Subject: [PATCH] apply code-format changes --- src/cpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu.cpp b/src/cpu.cpp index 5e312161bc3..d624286c0c1 100644 --- a/src/cpu.cpp +++ b/src/cpu.cpp @@ -249,7 +249,7 @@ static int detectisa(const void* /*some_inst*/) // uwp does not support seh :( return 0; } -#else // WINAPI_FAMILY == WINAPI_FAMILY_APP +#else // WINAPI_FAMILY == WINAPI_FAMILY_APP static int g_sigill_caught = 0; static jmp_buf g_jmpbuf;