Skip to content

Commit b8d6605

Browse files
committed
code format, extra space
1 parent 6844dc0 commit b8d6605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-module/displayio/display_core.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@ void displayio_display_core_collect_ptrs(displayio_display_core_t *self) {
359359
}
360360

361361
bool displayio_display_core_fill_area(displayio_display_core_t *self, displayio_area_t *area, uint32_t *mask, uint32_t *buffer) {
362-
if (self->current_group != NULL){
363-
return displayio_group_fill_area(self->current_group, &self->colorspace, area, mask, buffer);
362+
if (self->current_group != NULL) {
363+
return displayio_group_fill_area(self->current_group,&self->colorspace, area, mask, buffer);
364364
}
365365
return false;
366366
}

0 commit comments

Comments
 (0)