Apply clang-format

This commit is contained in:
project-repo 2023-05-31 16:32:26 +02:00
commit d796b3c094

View file

@ -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);