From 2d649a7581cd34505673f42e2c1b8882b8755b0e Mon Sep 17 00:00:00 2001 From: Connor E <38229097+c-edw@users.noreply.github.com> Date: Tue, 6 Nov 2018 20:32:59 +0000 Subject: [PATCH] Fix indentation. --- sway/input/cursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/input/cursor.c b/sway/input/cursor.c index 0f67a7b19..62cdba37c 100644 --- a/sway/input/cursor.c +++ b/sway/input/cursor.c @@ -638,7 +638,7 @@ void cursor_send_pointer_motion(struct sway_cursor *cursor, cursor->previous.node = node; if (node && (config->focus_follows_mouse == FOLLOWS_YES || - config->focus_follows_mouse == FOLLOWS_ALWAYS)) { + config->focus_follows_mouse == FOLLOWS_ALWAYS)) { struct sway_node *focus = seat_get_focus(seat); if (focus && node->type == N_WORKSPACE) { // Only follow the mouse if it would move to a new output