Skip to content

Commit fa0ab3e

Browse files
committed
resolved astyle - coding format.
1 parent e3080a6 commit fa0ab3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectivity/libraries/ppp/source/ppp_service_if.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ extern "C" {
517517
}
518518

519519
void *cb_ptr = reinterpret_cast<void *>(ppp_service_sys_timeout_id);
520-
auto duration =std::chrono::milliseconds(msecs);
520+
auto duration = std::chrono::milliseconds(msecs);
521521
int unique_id = ppp_service_ptr->event_queue_get()->call_in(duration, mbed::callback(ppp_sys_timeout_callback, cb_ptr));
522522
if (unique_id == 0) {
523523
tr_error("No free memory for timeout equeue");

0 commit comments

Comments
 (0)