Skip to content

Commit

Permalink
removing spaces in file
Browse files Browse the repository at this point in the history
  • Loading branch information
andreagilardoni committed Apr 16, 2024
1 parent 12096f8 commit abaef3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/SocketWrapper/src/MbedClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void arduino::MbedClient::configureSocket(Socket *_s) {
_s->set_timeout(_timeout);
_s->set_blocking(false);
_s->getpeername(&address);

if (event == nullptr) {
event = new rtos::EventFlags;
}
Expand Down

0 comments on commit abaef3f

Please sign in to comment.