Skip to content

Commit a2ff952

Browse files
committed
format
1 parent 96d3e66 commit a2ff952

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

shared-module/bitmaptools/__init__.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -984,8 +984,9 @@ void common_hal_bitmaptools_draw_circle(displayio_bitmap_t *destination,
984984
}
985985

986986
void common_hal_bitmaptools_blit(displayio_bitmap_t *destination, displayio_bitmap_t *source, int16_t x, int16_t y,
987-
int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint32_t skip_index, bool skip_index_none, uint32_t skip_dest_index,
988-
bool skip_dest_index_none) {
987+
int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint32_t skip_index, bool skip_index_none, uint32_t skip_dest_index,
988+
bool skip_dest_index_none) {
989+
989990
if (destination->read_only) {
990991
mp_raise_RuntimeError(translate("Read-only"));
991992
}

0 commit comments

Comments
 (0)