Skip to content

Commit f901436

Browse files
committed
resolved astyle - coding format.
1 parent 73116b7 commit f901436

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

connectivity/drivers/cellular/TELIT/ME310/TELIT_ME310_CellularStack.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ static const int sslctxID = 1;
2525

2626
using namespace mbed;
2727

28-
namespace mbed{
29-
constexpr auto ME310_SOCKET_TIMEOUT=std::chrono::milliseconds(1000);
28+
namespace mbed {
29+
constexpr auto ME310_SOCKET_TIMEOUT = std::chrono::milliseconds(1000);
3030
}
3131

3232
TELIT_ME310_CellularStack::TELIT_ME310_CellularStack(ATHandler &atHandler, int cid, nsapi_ip_stack_t stack_type, AT_CellularDevice &device) :

connectivity/libraries/ppp/source/ppp_service.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ extern "C" { // "pppos.h" is missing extern C
6060
/* Timeout to wait for PPP connection to be terminated
6161
* (LCP Terminate-Request is answered with Terminate-Ack)
6262
*/
63-
constexpr auto PPP_TERMINATION_TIMEOUT=30000ms;
63+
constexpr auto PPP_TERMINATION_TIMEOUT = 30000ms;
6464

6565
// If both IPCP and IPCP6 are made, how long to wait for both to complete
6666
#define PPP_IPCP_IPCP6_DELAY 5000

0 commit comments

Comments
 (0)