Style fixes

This commit is contained in:
Luminarys 2015-08-20 11:42:01 -05:00
parent d06732e1a8
commit c9935507f2
2 changed files with 3 additions and 4 deletions

View File

@ -563,7 +563,6 @@ static bool cmd_resize(struct sway_config *config, int argc, char **argv) {
arrange_windows(active_workspace, -1, -1);
return true;
}
sway_log(L_INFO, "Done with resize");
return true;
}