Removed newlines

This commit is contained in:
Dillen Meijboom 2018-05-02 11:36:31 +02:00
parent 5d525111e6
commit dd18ec8c3a

View file

@ -88,9 +88,7 @@ void view_autoconfigure(struct sway_view *view) {
} }
double x, y, width, height; double x, y, width, height;
x = y = width = height = 0; x = y = width = height = 0;
switch (view->border) { switch (view->border) {
case B_NONE: case B_NONE:
x = view->swayc->x; x = view->swayc->x;