mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-27 05:34:00 +00:00
style: auto-format C/C++ sources with clang-format
This commit is contained in:
committed by
github-actions[bot]
parent
e071f4a5ad
commit
400b2205e8
@@ -113,8 +113,7 @@ int ush_uwm_create_window(ush_uwm_window *win) {
|
||||
int ush_uwm_present_window(const ush_uwm_window *win) {
|
||||
cleonos_wm_present_req req;
|
||||
|
||||
if (win == (const ush_uwm_window *)0 || win->alive == 0 || win->id == 0ULL ||
|
||||
win->pixels == (ush_uwm_u32 *)0) {
|
||||
if (win == (const ush_uwm_window *)0 || win->alive == 0 || win->id == 0ULL || win->pixels == (ush_uwm_u32 *)0) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user