From 0a28b2a26e003b50904f8c875592fd373879bd34 Mon Sep 17 00:00:00 2001 From: Petro Karashchenko Date: Mon, 24 Apr 2023 14:46:35 +0300 Subject: [PATCH] net/bluetooth: fix parameter indentation Signed-off-by: Petro Karashchenko --- net/bluetooth/bluetooth_poll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bluetooth/bluetooth_poll.c b/net/bluetooth/bluetooth_poll.c index ab61f2bfd2..3edd9fe395 100644 --- a/net/bluetooth/bluetooth_poll.c +++ b/net/bluetooth/bluetooth_poll.c @@ -63,7 +63,7 @@ ****************************************************************************/ void bluetooth_poll(FAR struct net_driver_s *dev, - FAR struct bluetooth_conn_s *conn) + FAR struct bluetooth_conn_s *conn) { FAR struct radio_driver_s *radio;