Style issue fixed

pull/11023/head
mudassar-ublox 2019-06-13 16:58:50 +05:00 committed by Evelyne Donnaes
parent 1e29490dba
commit 6acf1d70cc
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}