mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -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;
|
server->workspaces.current = target;
|
||||||
|
|
||||||
struct view *grabbed_view = server->grabbed_view;
|
struct view *grabbed_view = server->grabbed_view;
|
||||||
if(grabbed_view) {
|
if (grabbed_view) {
|
||||||
view_move_to_workspace(grabbed_view, target);
|
view_move_to_workspace(grabbed_view, target);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue