Applied clang-format-19 to all files

This commit is contained in:
OpenSauce04
2025-02-27 15:24:32 +00:00
parent f3d0373afb
commit d593ee2bc8
16 changed files with 61 additions and 61 deletions

View File

@@ -37,7 +37,9 @@
#include "core/arm/skyeye_common/vfp/asm_vfp.h"
#define do_div(n, base) \
{ n /= base; }
{ \
n /= base; \
}
enum : u32 {
FOP_MASK = 0x00b00040,