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 22, 2024
1 parent bce2636 commit 383cce3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/cpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,13 @@

#if defined _WIN32 && WINAPI_FAMILY == WINAPI_FAMILY_APP
// uwp does not support seh :(
static void ruapu_init() {}
static int ruapu_supports(const char* /*isa*/) { return 0; }
static void ruapu_init()
{
}
static int ruapu_supports(const char* /*isa*/)
{
return 0;
}
#else
#define RUAPU_IMPLEMENTATION
#include "ruapu.h"
Expand Down

0 comments on commit 383cce3

Please sign in to comment.