commit 0ffd8178febb110a9b4e2e5901c30b72288e5359 parent d6f8820a8b7190a2ce76a0f140e1514e2c32dd50 Author: Simon Ser <contact@emersion.fr> Date: Sun, 16 Jan 2022 19:15:57 +0100 commands/focus: drop trailing whitespace Diffstat:
| M | sway/commands/focus.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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; }