Update __init__.h

More random spaces. Why isn’t this in a pre-commit check
This commit is contained in:
Kenny 2021-08-03 09:20:02 -07:00 committed by GitHub
parent 464281b881
commit 739ef92fc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ typedef struct _vectorio_draw_protocol_impl_t {
// Draw protocol
typedef struct _vectorio_draw_protocol_t {
MP_PROTOCOL_HEAD // MP_QSTR_protocol_draw
// Instance of the draw protocol
draw_get_protocol_self_fun draw_get_protocol_self;