Skip to content

Commit 9edad9e

Browse files
committed
Delete trailing blank lines from Shape.c
1 parent f771464 commit 9edad9e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

shared-module/displayio/Shape.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,4 @@ displayio_area_t* displayio_shape_get_refresh_areas(displayio_shape_t *self, dis
156156
void displayio_shape_finish_refresh(displayio_shape_t *self) {
157157
self->dirty_area.x1 = 0;
158158
self->dirty_area.x2 = 0;
159-
}
160-
161-
162-
163-
164-
159+
}

0 commit comments

Comments
 (0)