style: auto-format C/C++ sources with clang-format

This commit is contained in:
Leonmmcoset
2026-04-20 18:37:02 +00:00
committed by github-actions[bot]
parent 73728ebd91
commit cc6faf787a
6 changed files with 822 additions and 857 deletions

View File

@@ -180,7 +180,7 @@ static inline void clks_syscall_outw(u16 port, u16 value) {
static clks_bool clks_syscall_in_user_exec_context(void) {
return (clks_exec_is_running() == CLKS_TRUE && clks_exec_current_path_is_user() == CLKS_TRUE) ? CLKS_TRUE
: CLKS_FALSE;
: CLKS_FALSE;
}
static clks_bool clks_syscall_user_ptr_readable(u64 addr, u64 size) {