Skip to content

Commit 29f9794

Browse files
authored
Curly brace change to make it more consistent
And to queue Travis
1 parent a9d2bfa commit 29f9794

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • ports/atmel-samd/boards/arduino_mkrzero

ports/atmel-samd/boards/arduino_mkrzero/board.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
#include "mpconfigboard.h"
2929
#include "hal/include/hal_gpio.h"
3030

31-
void board_init(void)
32-
{
31+
void board_init(void) {
3332
}
3433

3534
bool board_requests_safe_mode(void) {

0 commit comments

Comments
 (0)