~ruther/dwl

e69c3d7336cb9789582f2faab117d9cfa03e9cc8 — Guido Cella 4 years ago b35182f
remove extra space
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 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;

Do not follow this link