Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba6fc317 authored by Andrei Emeltchenko's avatar Andrei Emeltchenko Committed by Gustavo Padovan
Browse files

Bluetooth: trivial: Fix braces style and remove empty line

parent 612dfce9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6252,9 +6252,9 @@ void l2cap_connect_cfm(struct hci_conn *hcon, u8 status)
		conn = l2cap_conn_add(hcon, status);
		if (conn)
			l2cap_conn_ready(conn);
	} else
	} else {
		l2cap_conn_del(hcon, bt_to_errno(status));

	}
}

int l2cap_disconn_ind(struct hci_conn *hcon)