summaryrefslogtreecommitdiff
path: root/shared-module/displayio/Shape.h
diff options
context:
space:
mode:
authorJeff Epler <jeff@adafruit.com>2021-03-15 13:50:49 -0500
committerGitHub <noreply@github.com>2021-03-15 13:50:49 -0500
commit05ed179e11599dd45a76dfb14ecf624d0ff96d68 (patch)
treea046c6d1f117814168150484ed1bf7840d3400d7 /shared-module/displayio/Shape.h
parent3cbff45f9aac5ea2855bbc888083d356a91c80fe (diff)
parentf9b4189b4c640823dabb76de8effd2a836da2eb0 (diff)
Merge pull request #4362 from microDev1/code-formatting
Add code formatting and translations check
Diffstat (limited to 'shared-module/displayio/Shape.h')
-rw-r--r--shared-module/displayio/Shape.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-module/displayio/Shape.h b/shared-module/displayio/Shape.h
index e59ad586e..2cac5d73b 100644
--- a/shared-module/displayio/Shape.h
+++ b/shared-module/displayio/Shape.h
@@ -39,13 +39,13 @@ typedef struct {
uint16_t height;
uint16_t half_width;
uint16_t half_height;
- uint16_t* data;
+ uint16_t *data;
bool mirror_x;
bool mirror_y;
displayio_area_t dirty_area;
} displayio_shape_t;
void displayio_shape_finish_refresh(displayio_shape_t *self);
-displayio_area_t* displayio_shape_get_refresh_areas(displayio_shape_t *self, displayio_area_t* tail);
+displayio_area_t *displayio_shape_get_refresh_areas(displayio_shape_t *self, displayio_area_t *tail);
#endif // MICROPY_INCLUDED_SHARED_MODULE_DISPLAYIO_SHAPE_H