summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-01-16 19:15:57 +0100
committerSimon Ser <contact@emersion.fr>2022-01-16 19:15:57 +0100
commit0ffd8178febb110a9b4e2e5901c30b72288e5359 (patch)
tree9afebffd88f5518f918075336aaffed29aacd7ad
parentd6f8820a8b7190a2ce76a0f140e1514e2c32dd50 (diff)
commands/focus: drop trailing whitespace
-rw-r--r--sway/commands/focus.c2
1 files changed, 1 insertions, 1 deletions
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;
}