diff options
| author | Kevin Matocha <kmatocha@icloud.com> | 2020-09-04 14:21:49 -0500 |
|---|---|---|
| committer | Kevin Matocha <kmatocha@icloud.com> | 2020-09-04 14:21:49 -0500 |
| commit | 9edad9ea851528b1be4ee924c49fa3ecc67f9fe1 (patch) | |
| tree | 2d440b7256a41e000abf35f73050a5f4619fe528 /shared-module/displayio/Shape.c | |
| parent | f7714649eeb1b8be97099e848a800a4dea941867 (diff) | |
Delete trailing blank lines from Shape.c
Diffstat (limited to 'shared-module/displayio/Shape.c')
| -rw-r--r-- | shared-module/displayio/Shape.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/shared-module/displayio/Shape.c b/shared-module/displayio/Shape.c index b8412ed9a..a0cce60b2 100644 --- a/shared-module/displayio/Shape.c +++ b/shared-module/displayio/Shape.c @@ -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; -} - - - - - +}
\ No newline at end of file |
