Delete trailing blank lines from Shape.c

This commit is contained in:
Kevin Matocha 2020-09-04 14:21:49 -05:00
parent f7714649ee
commit 9edad9ea85
1 changed files with 1 additions and 6 deletions

View File

@ -156,9 +156,4 @@ displayio_area_t* displayio_shape_get_refresh_areas(displayio_shape_t *self, dis
void displayio_shape_finish_refresh(displayio_shape_t *self) {
self->dirty_area.x1 = 0;
self->dirty_area.x2 = 0;
}
}