mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Fix whitespace issues.
This commit is contained in:
parent
2e0ef533f2
commit
364e37a1eb
6 changed files with 20 additions and 20 deletions
|
|
@ -149,7 +149,7 @@ swayc_t *new_output(wlc_handle handle) {
|
|||
ws->is_focused = true;
|
||||
|
||||
free(ws_name);
|
||||
|
||||
|
||||
return output;
|
||||
}
|
||||
|
||||
|
|
@ -354,7 +354,7 @@ swayc_t *destroy_workspace(swayc_t *workspace) {
|
|||
if (!ASSERT_NONNULL(workspace)) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
// Do not destroy this if it's the last workspace on this output
|
||||
swayc_t *output = swayc_parent_by_type(workspace, C_OUTPUT);
|
||||
if (output && output->children->length == 1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue