~ruther/dwl

e4d58c39e0b9e952e31661fc2a9d6e043928b729 — Guido Cella 4 years ago fbd9051
remove braces
1 files changed, 1 insertions(+), 2 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -2
@@ 819,9 819,8 @@ createmon(struct wl_listener *listener, void *data)
	wlr_output_layout_add_auto(output_layout, wlr_output);
	sgeom = *wlr_output_layout_get_box(output_layout, NULL);

	for (size_t i = 0; i < nlayers; ++i) {
	for (size_t i = 0; i < nlayers; ++i)
		wl_list_init(&m->layers[i]);
	}

	/* Get effective monitor geometry to use for window area */
	wl_list_for_each(m, &mons, link) {

Do not follow this link