Skip to content

Commit 9897ac6

Browse files
committed
yet more failures of local pre-commit to find that which github pre-commit does
1 parent a1fff32 commit 9897ac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-module/vectorio/VectorShape.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include "shared-bindings/vectorio/Rectangle.h"
1515

1616
// Lifecycle actions.
17-
//#define VECTORIO_SHAPE_DEBUG(...) (void)0
17+
// #define VECTORIO_SHAPE_DEBUG(...) (void)0
1818
#define VECTORIO_SHAPE_DEBUG(...) mp_printf(&mp_plat_print, __VA_ARGS__)
1919

2020

@@ -23,7 +23,7 @@
2323

2424

2525
// Really verbose.
26-
//#define VECTORIO_SHAPE_PIXEL_DEBUG(...) (void)0
26+
// #define VECTORIO_SHAPE_PIXEL_DEBUG(...) (void)0
2727
#define VECTORIO_SHAPE_PIXEL_DEBUG(...) mp_printf(&mp_plat_print, __VA_ARGS__)
2828

2929
#define U32_TO_BINARY_FMT "%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c"

0 commit comments

Comments
 (0)