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~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e014c72a58be13c6fc655acc60647d518e7826a3;p=i3%2Fi3 little style fix for the last commit --- diff --git a/src/commands.c b/src/commands.c index ee7fe085..9ad66c0e 100644 --- a/src/commands.c +++ b/src/commands.c @@ -1103,7 +1103,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);