trailing space

This commit is contained in:
nicolas3121 2024-04-20 18:51:44 +02:00
parent f9017b389b
commit 29cb807850

View file

@ -850,7 +850,7 @@ actions_run(struct view *activator, struct server *server,
break; break;
case ACTION_TYPE_DIRECTIONAL_TARGET_WINDOW: case ACTION_TYPE_DIRECTIONAL_TARGET_WINDOW:
if (view) { if (view) {
/* Config parsing makes sure that direction is a valid direction */ /* Config parsing makes sure that direction is a valid direction */
enum view_edge direction = action_get_int(action, "direction", 0); enum view_edge direction = action_get_int(action, "direction", 0);
bool wrap = action_get_bool(action, "wrap", false); bool wrap = action_get_bool(action, "wrap", false);
struct view *closest_view = directional_target_window(view, server, struct view *closest_view = directional_target_window(view, server,