From f6f4acbced9564dc7da76f292872e3f57f003a1b Mon Sep 17 00:00:00 2001 From: Jaganath Kanakkassery Date: Thu, 3 Nov 2016 18:22:55 +0530 Subject: [PATCH] Bluetooth: RFCOMM: Remove extra tab Change-Id: I2edafa32711cbac933d719a1ea0736e955bbb12c Signed-off-by: Jaganath Kanakkassery --- subsys/bluetooth/host/rfcomm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/bluetooth/host/rfcomm.c b/subsys/bluetooth/host/rfcomm.c index 795656f2e33..53bc72b844c 100644 --- a/subsys/bluetooth/host/rfcomm.c +++ b/subsys/bluetooth/host/rfcomm.c @@ -986,7 +986,7 @@ static int rfcomm_accept(struct bt_conn *conn, struct bt_l2cap_chan **chan) void bt_rfcomm_init(void) { static struct bt_l2cap_server server = { - .psm = BT_L2CAP_PSM_RFCOMM, + .psm = BT_L2CAP_PSM_RFCOMM, .accept = rfcomm_accept, };