code format, extra space

This commit is contained in:
foamyguy 2022-11-27 14:20:15 -06:00
parent 15a9e63fda
commit 6844dc0cb7
1 changed files with 1 additions and 1 deletions

View File

@ -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;