Fix coding style

This commit is contained in:
Johan Malm 2021-12-26 23:29:01 +00:00
parent 60149e4fa5
commit 34a12b3515
6 changed files with 48 additions and 28 deletions

View file

@ -279,7 +279,7 @@ map(struct view *view)
static void
unmap(struct view *view)
{
if(view->mapped) {
if (view->mapped) {
view->mapped = false;
damage_all_outputs(view->server);
wl_list_remove(&view->commit.link);