little style fix for the last commit

This commit is contained in:
Michael Stapelberg 2010-03-19 01:43:11 +01:00
parent 62c4532329
commit 91b6c69eae
1 changed files with 1 additions and 1 deletions

View 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);