mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
trailing space
This commit is contained in:
parent
f9017b389b
commit
29cb807850
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue