mirror of https://github.com/ARMmbed/mbed-os.git
Style issue fixed
parent
488d47b723
commit
3ad1ee1fe4
|
@ -434,7 +434,7 @@ void UBLOX_AT_CellularStack::clear_socket(CellularSocket *socket)
|
|||
socket->pending_bytes = 0;
|
||||
socket->closed = true;
|
||||
if (socket->_cb) {
|
||||
socket->_cb(socket->_data);
|
||||
socket->_cb(socket->_data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue