Skip to content

Commit 053673a

Browse files
andreagilardonipennam
authored andcommitted
BearSSLClient: removing trailing white spaces
1 parent ffa6773 commit 053673a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tls/BearSSLClient.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ uint8_t BearSSLClient::connected()
196196

197197
BearSSLClient::operator bool()
198198
{
199-
return (*_client);
199+
return (*_client);
200200
}
201201

202202
void BearSSLClient::setInsecure(SNI insecure)
@@ -353,7 +353,7 @@ int BearSSLClient::clientRead(void *ctx, unsigned char *buf, size_t len)
353353
#ifdef DEBUGSERIAL
354354
DEBUGSERIAL.print("BearSSLClient::clientRead - ");
355355
DEBUGSERIAL.print(result);
356-
DEBUGSERIAL.print(" - ");
356+
DEBUGSERIAL.print(" - ");
357357
for (size_t i = 0; i < result; i++) {
358358
byte b = buf[i];
359359

0 commit comments

Comments
 (0)