opt: format code

This commit is contained in:
DreamMaoMao 2026-06-16 08:20:55 +08:00
parent 71689f6ef4
commit 405e8dbc1a
3 changed files with 113 additions and 101 deletions

View file

@ -131,12 +131,12 @@ int32_t exchange_stack_client(const Arg *arg) {
int32_t focusdir(const Arg *arg) {
if(!selmon)
if (!selmon)
return 0;
Client *c = NULL;
c = direction_select(arg);
if(!selmon->isoverview)
if (!selmon->isoverview)
c = get_focused_stack_client(c, arg->tc);
if (c) {
focusclient(c, 1);