Skip to content

Commit 6021f8c

Browse files
fix brace on newline
1 parent 1aa6da4 commit 6021f8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

connectivity/FEATURE_BLE/libraries/TARGET_CORDIO/source/PalGapImpl.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,8 @@ ble_error_t PalGap::create_connection(
325325
ble_error_t PalGap::cancel_connection_creation(
326326
peer_address_type_t peerAddressType,
327327
const ble::address_t &peerAddress
328-
) {
328+
)
329+
{
329330
for (uint8_t connection_id = 0; connection_id < DM_CONN_MAX; connection_id++) {
330331
if (dmConnCb.ccb[connection_id].inUse &&
331332
dmConnCb.ccb[connection_id].state == DM_CONN_SM_ST_CONNECTING &&

0 commit comments

Comments
 (0)