Skip to content

Commit 0323d9b

Browse files
committed
Pre-commit formatting fix
1 parent 4a175b6 commit 0323d9b

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/makerfabs_tft7

1 file changed

+1
-1
lines changed

ports/espressif/boards/makerfabs_tft7/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static const mcu_pin_obj_t *red_pins[] = {
3939

4040
static void display_init(void) {
4141

42-
mp_int_t height=0, width=0, frequency=0;
42+
mp_int_t height = 0, width = 0, frequency = 0;
4343
os_getenv_err_t result;
4444

4545
// Turn on backlight

0 commit comments

Comments
 (0)