From 0ffd8178febb110a9b4e2e5901c30b72288e5359 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 16 Jan 2022 19:15:57 +0100 Subject: commands/focus: drop trailing whitespace --- sway/commands/focus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/commands/focus.c b/sway/commands/focus.c index ceb43d455..9875f631e 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; } -- cgit v1.2.3