Skip to content

Commit 5360a0d

Browse files
committed
pbdrv/bluetooth: Format fixup.
1 parent 671033e commit 5360a0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/pbio/drv/bluetooth/bluetooth_btstack_uart_block_ev3.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ static const btstack_uart_block_t pbdrv_bluetooth_btstack_uart_block_ev3_block_e
185185
.set_wakeup_handler = NULL,
186186
};
187187

188-
const btstack_uart_block_t *pbdrv_bluetooth_btstack_uart_block_ev3_instance(
189-
void) {
188+
const btstack_uart_block_t *pbdrv_bluetooth_btstack_uart_block_ev3_instance(void) {
190189
return &pbdrv_bluetooth_btstack_uart_block_ev3_block_ev3;
191190
}
192191

0 commit comments

Comments
 (0)