diff options
author | Simon Ser <contact@emersion.fr> | 2022-01-16 19:15:57 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-01-16 19:15:57 +0100 |
commit | 0ffd8178febb110a9b4e2e5901c30b72288e5359 (patch) | |
tree | 9afebffd88f5518f918075336aaffed29aacd7ad /sway/commands/focus.c | |
parent | d6f8820a8b7190a2ce76a0f140e1514e2c32dd50 (diff) |
commands/focus: drop trailing whitespace
Diffstat (limited to 'sway/commands/focus.c')
-rw-r--r-- | sway/commands/focus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/focus.c b/sway/commands/focus.c index ceb43d45..9875f631 100644 --- a/sway/commands/focus.c +++ b/sway/commands/focus.c @@ -54,7 +54,7 @@ static bool get_direction_from_next_prev(struct sway_container *container, } else { return false; } - + return true; } |