mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-21 18:44:01 +00:00
style: auto-format C/C++ sources with clang-format
This commit is contained in:
committed by
github-actions[bot]
parent
73728ebd91
commit
cc6faf787a
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user