From: Michael Stapelberg Date: Fri, 19 Mar 2010 00:43:11 +0000 (+0100) Subject: little style fix for the last commit X-Git-Tag: 3.e~6^2~57 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=91b6c69eaea391b3bd8e2c124662fda9c043e89c;p=i3%2Fi3 little style fix for the last commit --- 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);