Skip to content

Commit 6844dc0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-module/displayio/display_core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ 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){
362+
if (self->current_group != NULL){
363363
return displayio_group_fill_area(self->current_group, &self->colorspace, area, mask, buffer);
364364
}
365365
return false;

0 commit comments

Comments
 (0)