1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-30 08:34:14 +01:00

commands/focus: drop trailing whitespace

This commit is contained in:
Simon Ser 2022-01-16 19:15:57 +01:00
parent d6f8820a8b
commit 0ffd8178fe

View file

@ -54,7 +54,7 @@ static bool get_direction_from_next_prev(struct sway_container *container,
} else { } else {
return false; return false;
} }
return true; return true;
} }