code format, extra space
This commit is contained in:
parent
15a9e63fda
commit
6844dc0cb7
|
@ -359,7 +359,7 @@ void displayio_display_core_collect_ptrs(displayio_display_core_t *self) {
|
|||
}
|
||||
|
||||
bool displayio_display_core_fill_area(displayio_display_core_t *self, displayio_area_t *area, uint32_t *mask, uint32_t *buffer) {
|
||||
if(self->current_group != NULL){
|
||||
if (self->current_group != NULL){
|
||||
return displayio_group_fill_area(self->current_group, &self->colorspace, area, mask, buffer);
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue