diff options
| author | Kevin Matocha <kmatocha@icloud.com> | 2021-03-17 11:00:32 -0500 |
|---|---|---|
| committer | Kevin Matocha <kmatocha@icloud.com> | 2021-03-17 11:00:32 -0500 |
| commit | c37a1f45f3f03652ec9b9e998e4c1b3a50b2303e (patch) | |
| tree | f8fd0b45707584993a78615c0bac89a3de07ab4a /shared-bindings | |
| parent | 580121d46e30dde49b2e0648cb71f811d2eade84 (diff) | |
ran pre-commit for formatting fixes
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/bitmaptools/__init__.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/bitmaptools/__init__.h b/shared-bindings/bitmaptools/__init__.h index a377d8400..fc1eb5906 100644 --- a/shared-bindings/bitmaptools/__init__.h +++ b/shared-bindings/bitmaptools/__init__.h @@ -51,7 +51,7 @@ void common_hal_bitmaptools_draw_line(displayio_bitmap_t *destination, int16_t x1, int16_t y1, uint32_t value); -void common_hal_bitmaptools_readinto(displayio_bitmap_t *self, pyb_file_obj_t* file, int element_size, int bits_per_pixel, bool reverse_pixels_in_word, bool swap_bytes, bool reverse_rows); +void common_hal_bitmaptools_readinto(displayio_bitmap_t *self, pyb_file_obj_t *file, int element_size, int bits_per_pixel, bool reverse_pixels_in_word, bool swap_bytes, bool reverse_rows); void common_hal_bitmaptools_arrayblit(displayio_bitmap_t *self, void *data, int element_size, int x1, int y1, int x2, int y2, bool skip_specified, uint32_t skip_index); #endif // MICROPY_INCLUDED_SHARED_BINDINGS_BITMAPTOOLS__INIT__H |
