Skip to content

Commit 780b13f

Browse files
restyled-commitsarun-silabs
authored andcommitted
Restyled by clang-format
1 parent 04e4082 commit 780b13f

File tree

1 file changed

+2
-2
lines changed
  • examples/platform/silabs/SiWx917

1 file changed

+2
-2
lines changed

examples/platform/silabs/SiWx917/uart.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ extern "C" {
2626
#endif
2727
#include "assert.h"
2828
#include "rsi_board.h"
29-
#include "uart.h"
3029
#include "rsi_debug.h"
30+
#include "uart.h"
3131
#include <stddef.h>
3232
#include <string.h>
3333

@@ -140,7 +140,7 @@ int16_t uartLogWrite(const char * log, uint16_t length)
140140
Board_UARTPutChar('\r');
141141
Board_UARTPutChar('\n');
142142

143-
return length+2;
143+
return length + 2;
144144
}
145145

146146
/*

0 commit comments

Comments
 (0)