mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-16 14:33:36 -04:00
opt: format code
This commit is contained in:
parent
71689f6ef4
commit
405e8dbc1a
3 changed files with 113 additions and 101 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue