From 9f24c045d7041bc58e441b95546d535c70ba5fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bora=20=C3=96zgen?= Date: Mon, 21 Sep 2020 14:37:56 +0200 Subject: [PATCH] Apply astyle --- .../cellular/source/framework/AT/AT_CellularContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectivity/cellular/source/framework/AT/AT_CellularContext.cpp b/connectivity/cellular/source/framework/AT/AT_CellularContext.cpp index 3338f8ca69..4692b38848 100644 --- a/connectivity/cellular/source/framework/AT/AT_CellularContext.cpp +++ b/connectivity/cellular/source/framework/AT/AT_CellularContext.cpp @@ -759,7 +759,7 @@ void AT_CellularContext::check_and_deactivate_context() if (_is_context_active && (rat < CellularNetwork::RAT_E_UTRAN || active_contexts_count > 1)) { _at.clear_error(); } - + deactivate_context(); if (_new_context_set) {