diff options
| author | Kevin Matocha <kmatocha@icloud.com> | 2020-09-04 14:23:53 -0500 |
|---|---|---|
| committer | Kevin Matocha <kmatocha@icloud.com> | 2020-09-04 14:23:53 -0500 |
| commit | 95db456a7ea3db6b4f8047e2fe8b0351354ac7d7 (patch) | |
| tree | 9b2a4502d98a21c4271cb53e5809498c42aea980 /shared-module/displayio/Shape.c | |
| parent | 9edad9ea851528b1be4ee924c49fa3ecc67f9fe1 (diff) | |
Add final newline
Diffstat (limited to 'shared-module/displayio/Shape.c')
| -rw-r--r-- | shared-module/displayio/Shape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-module/displayio/Shape.c b/shared-module/displayio/Shape.c index a0cce60b2..ac2abd150 100644 --- a/shared-module/displayio/Shape.c +++ b/shared-module/displayio/Shape.c @@ -156,4 +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 +} |
