From d796b3c0943420c110bc0899cb45538403d10cd5 Mon Sep 17 00:00:00 2001 From: project-repo Date: Wed, 31 May 2023 16:32:26 +0200 Subject: [PATCH] Apply clang-format --- workspace.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workspace.c b/workspace.c index ee808a7..1dff244 100644 --- a/workspace.c +++ b/workspace.c @@ -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);