mirror of https://github.com/ARMmbed/mbed-os.git
Apply astyle
parent
8483d59879
commit
9f24c045d7
|
@ -759,7 +759,7 @@ void AT_CellularContext::check_and_deactivate_context()
|
||||||
if (_is_context_active && (rat < CellularNetwork::RAT_E_UTRAN || active_contexts_count > 1)) {
|
if (_is_context_active && (rat < CellularNetwork::RAT_E_UTRAN || active_contexts_count > 1)) {
|
||||||
_at.clear_error();
|
_at.clear_error();
|
||||||
}
|
}
|
||||||
|
|
||||||
deactivate_context();
|
deactivate_context();
|
||||||
|
|
||||||
if (_new_context_set) {
|
if (_new_context_set) {
|
||||||
|
|
Loading…
Reference in New Issue