8000 fix formatting · farnja/circuitpython@6b476c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6b476c1

Browse files
committed
fix formatting
1 parent b0dd0e3 commit 6b476c1

File tree

1 file changed

+1
-2
lines changed
  • ports/atmel-samd/common-hal/busio

1 file changed

+1
-2
lines changed

ports/atmel-samd/common-hal/busio/UART.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@ void common_hal_busio_uart_construct(busio_uart_obj_t *self,
156156
self->buffer_length = receiver_buffer_size;
157157
if (NULL != receiver_buffer) {
158158
self->buffer = receiver_buffer;
159-
}
160-
else {
159+
} else {
161160
// Initially allocate the UART's buffer in the long-lived part of the
162161
// heap. UARTs are generally long-lived objects, but the "make long-
163162
// lived" machinery is incapable of moving internal pointers like

0 commit comments

Comments
 (0)
0