Skip to content

Commit abaef3f

Browse files
removing spaces in file
1 parent 12096f8 commit abaef3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/SocketWrapper/src/MbedClient.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void arduino::MbedClient::configureSocket(Socket *_s) {
6565
_s->set_timeout(_timeout);
6666
_s->set_blocking(false);
6767
_s->getpeername(&address);
68-
68+
6969
if (event == nullptr) {
7070
event = new rtos::EventFlags;
7171
}

0 commit comments

Comments
 (0)