summaryrefslogtreecommitdiff
path: root/subsys/bluetooth/host/l2cap_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'subsys/bluetooth/host/l2cap_internal.h')
-rw-r--r--subsys/bluetooth/host/l2cap_internal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/subsys/bluetooth/host/l2cap_internal.h b/subsys/bluetooth/host/l2cap_internal.h
index 24c6ae033..7fe6a0644 100644
--- a/subsys/bluetooth/host/l2cap_internal.h
+++ b/subsys/bluetooth/host/l2cap_internal.h
@@ -198,8 +198,7 @@ struct bt_l2cap_le_credits {
struct bt_l2cap_fixed_chan {
u16_t cid;
int (*accept)(struct bt_conn *conn, struct bt_l2cap_chan **chan);
-
- sys_snode_t node;
+ sys_snode_t node;
};
/* Register a fixed L2CAP channel for L2CAP */