mirror of
https://github.com/labwc/labwc.git
synced 2026-04-09 08:21:18 -04:00
Fix code style
This commit is contained in:
parent
d70af0896b
commit
f899ee45d7
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@ workspaces_switch_to(struct workspace *target, bool update_focus)
|
|||
server->workspaces.current = target;
|
||||
|
||||
struct view *grabbed_view = server->grabbed_view;
|
||||
if(grabbed_view) {
|
||||
if (grabbed_view) {
|
||||
view_move_to_workspace(grabbed_view, target);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue