fix a long line

This commit is contained in:
Devin J. Pohly 2020-04-26 22:19:48 -05:00
parent 40d0d0f829
commit 53e71957f8
1 changed files with 2 additions and 1 deletions

3
dwl.c
View File

@ -697,7 +697,8 @@ motionnotify(uint32_t time)
return;
} else if (cursor_mode == CurResize) {
resize(grabc, grabc->geom.x, grabc->geom.y,
cursor->x - grabc->geom.x, cursor->y - grabc->geom.y, 1);
cursor->x - grabc->geom.x,
cursor->y - grabc->geom.y, 1);
return;
}