mirror of https://github.com/ARMmbed/mbed-os.git
Nordi BLE: Fix formatting
parent
5237c3ec40
commit
b68e18cdb4
|
@ -1389,7 +1389,6 @@ ble_error_t nRF5xGap::get_role(ble::connection_handle_t connection, Role_t& role
|
|||
if (c.is_allocated && c.connection == connection) {
|
||||
role = c.is_peripheral ? PERIPHERAL : CENTRAL;
|
||||
return BLE_ERROR_NONE;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1472,7 +1472,6 @@ ble_error_t nRF5xGap::get_role(ble::connection_handle_t connection, Role_t& role
|
|||
if (c.is_allocated && c.connection == connection) {
|
||||
role = c.is_peripheral ? PERIPHERAL : CENTRAL;
|
||||
return BLE_ERROR_NONE;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue