mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-21 21:14:18 +02:00
Apply clang-format
This commit is contained in:
parent
1d88189511
commit
d796b3c094
1 changed files with 2 additions and 2 deletions
|
|
@ -107,8 +107,8 @@ workspace_free_tiles(struct cg_workspace *workspace) {
|
|||
workspace->focused_tile) {
|
||||
workspace->output->server->seat->cursor_tile = NULL;
|
||||
}
|
||||
if(workspace->focused_tile==workspace->server->seat->cursor_tile) {
|
||||
workspace->server->seat->cursor_tile=NULL;
|
||||
if(workspace->focused_tile == workspace->server->seat->cursor_tile) {
|
||||
workspace->server->seat->cursor_tile = NULL;
|
||||
}
|
||||
struct cg_tile *next = workspace->focused_tile->next;
|
||||
free(workspace->focused_tile);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue