Skip to content

Commit

Permalink
apply code-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui authored and github-actions[bot] committed Feb 2, 2024
1 parent 0af9faa commit a1ba24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit a1ba24a

Please sign in to comment.