From 383cce3238eed3104559e1c901df72980b965d05 Mon Sep 17 00:00:00 2001 From: nihui Date: Thu, 22 Feb 2024 02:54:47 +0000 Subject: [PATCH] apply code-format changes --- src/cpu.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/cpu.cpp b/src/cpu.cpp index 80dc48505f29..91073af2f436 100644 --- a/src/cpu.cpp +++ b/src/cpu.cpp @@ -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"