remove extra space

This commit is contained in:
Guido Cella 2020-08-26 19:16:13 +02:00
parent b35182f519
commit e69c3d7336
1 changed files with 1 additions and 1 deletions

2
dwl.c
View File

@ -407,7 +407,7 @@ applyexclusive(struct wlr_box *usable_area,
edges[3].margin = margin_right;
for (size_t i = 0; i < LENGTH(edges); ++i) {
if ((anchor == edges[i].singular_anchor || anchor == edges[i].anchor_triplet)
if ((anchor == edges[i].singular_anchor || anchor == edges[i].anchor_triplet)
&& exclusive + edges[i].margin > 0) {
if (edges[i].positive_axis)
*edges[i].positive_axis += exclusive + edges[i].margin;