mirror of
https://github.com/swaywm/sway.git
synced 2024-11-16 13:13:17 +00:00
style
This commit is contained in:
parent
c9de300888
commit
28c22c8f80
|
@ -515,8 +515,7 @@ swayc_t *get_swayc_in_direction_under(swayc_t *container, enum movement_directio
|
||||||
can_move = true;
|
can_move = true;
|
||||||
diff = target - self;
|
diff = target - self;
|
||||||
}
|
}
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
if (dir == MOVE_LEFT || dir == MOVE_RIGHT) {
|
if (dir == MOVE_LEFT || dir == MOVE_RIGHT) {
|
||||||
if (parent->layout == L_HORIZ) {
|
if (parent->layout == L_HORIZ) {
|
||||||
can_move = true;
|
can_move = true;
|
||||||
|
|
Loading…
Reference in a new issue