8000 added whitespace · adafruit/circuitpython@f54b0d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit f54b0d7

Browse files
committed
added whitespace
1 parent 28ee20a commit f54b0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/epaperdisplay/EPaperDisplay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ static mp_obj_t epaperdisplay_epaperdisplay_make_new(const mp_obj_type_t *type,
218218
args[ARG_write_black_ram_command].u_int, args[ARG_black_bits_inverted].u_bool, write_color_ram_command,
219219
args[ARG_color_bits_inverted].u_bool, highlight_color, refresh_buf, refresh_buf_len, refresh_time,
220220
busy_pin, args[ARG_busy_state].u_bool, seconds_per_frame,
221-
args[ARG_always_toggle_chip_select].u_bool, args[ARG_grayscale].u_bool, args[ARG_advanced_color_epaper].u_bool,args[ARG_spectra6].u_bool,
221+
args[ARG_always_toggle_chip_select].u_bool, args[ARG_grayscale].u_bool, args[ARG_advanced_color_epaper].u_bool, args[ARG_spectra6].u_bool,
222222
two_byte_sequence_length, args[ARG_address_little_endian].u_bool
223223
);
224224

0 commit comments

Comments
 (0)
0