From 91b6c69eaea391b3bd8e2c124662fda9c043e89c Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 19 Mar 2010 01:43:11 +0100 Subject: [PATCH] little style fix for the last commit --- src/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.c b/src/commands.c index aefb3e5b..e7ebb946 100644 --- a/src/commands.c +++ b/src/commands.c @@ -1167,7 +1167,7 @@ void parse_command(xcb_connection_t *conn, const char *command) { Workspace *ws = last_focused->workspace; - if(last_focused->fullscreen) + if (last_focused->fullscreen) client_leave_fullscreen(conn, last_focused); toggle_floating_mode(conn, last_focused, false); -- 2.39.5