Skip to content

Commit ba5dedc

Browse files
committed
deleted whitespace
1 parent b1fce9e commit ba5dedc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

shared-module/displayio/Bitmap.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,10 @@ uint32_t common_hal_displayio_bitmap_get_pixel(displayio_bitmap_t *self, int16_t
105105
return 0;
106106
}
107107

108-
void common_hal_displayio_bitmap_blit(displayio_bitmap_t *self, int16_t x, int16_t y, displayio_bitmap_t *source,
109-
int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint32_t skip_index, bool skip_index_none) {
108+
void common_hal_displayio_bitmap_blit(displayio_bitmap_t *self, int16_t x, int16_t y, displayio_bitmap_t *source,
109+
int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint32_t skip_index, bool skip_index_none) {
110110
// Copy complete "source" bitmap into "self" bitmap at location x,y in the "self"
111111
// Add a boolean to determine if all values are copied, or only if non-zero
112-
//
113112
// If skip_value is encountered in the source bitmap, it will not be copied.
114113
// If skip_value is `None`, then all pixels are copied.
115114

0 commit comments

Comments
 (0)