]> 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:11 +0000 (01:43 +0100)
src/commands.c

index aefb3e5b4bec54bc4ebd7542a000d016c8fe182c..e7ebb94605d28bf75f02abebbbccf66cfaba7312 100644 (file)
@@ -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);