Minor style fix

This commit is contained in:
Luminarys 2015-08-15 14:12:42 -05:00
parent 9ba914747e
commit b97d8756a8

View file

@ -82,7 +82,7 @@ swayc_t *new_container(swayc_t *child, enum swayc_layouts layout) {
sway_log(L_DEBUG, "creating container %p around %p", cont, child);
cont->layout = layout;
cont->width = child->width;
cont->width = child->width;
cont->height = child->height;
cont->x = child->x;
cont->y = child->y;