8000 displayio: Remove trailing whitespace · adafruit/circuitpython@ba24aaf · GitHub
[go: up one dir, main page]

Skip to content

Commit ba24aaf

Browse files
committed
displayio: Remove trailing whitespace
1 parent 575b2e6 commit ba24aaf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shared-module/displayio/ColorConverter.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ void common_hal_displayio_colorconverter_make_transparent(displayio_colorconvert
138138

139139
void common_hal_displayio_colorconverter_make_opaque(displayio_colorconverter_t* self, uint32_t transparent_color) {
140140
(void) transparent_color;
141-
142141
// 0x1000000 will never equal a valid color
143142
self->transparent_color = 0x1000000;
144143
}

0 commit comments

Comments
 (0)
0