]> git.sur5r.net Git - i3/i3/commitdiff
little style fix for the last commit
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 19 Mar 2010 00:43:11 +0000 (01:43 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 19 Mar 2010 00:43:29 +0000 (01:43 +0100)
src/commands.c

index ee7fe08563fac17c3d3f9e030b5357dd1266a588..9ad66c0e7857dcb93ebcd84c05f0e18feb44da49 100644 (file)
@@ -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);