Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and arun-silabs committed Feb 29, 2024
1 parent 04e4082 commit 780b13f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/platform/silabs/SiWx917/uart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ extern "C" {
#endif
#include "assert.h"
#include "rsi_board.h"
#include "uart.h"
#include "rsi_debug.h"
#include "uart.h"
#include <stddef.h>
#include <string.h>

Expand Down Expand Up @@ -140,7 +140,7 @@ int16_t uartLogWrite(const char * log, uint16_t length)
Board_UARTPutChar('\r');
Board_UARTPutChar('\n');

return length+2;
return length + 2;
}

/*
Expand Down

0 comments on commit 780b13f

Please sign in to comment.