Skip to content

Commit 9cd0258

Browse files
BearSSLClient: removing trailing white spaces
1 parent 0fba5b0 commit 9cd0258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tls/BearSSLClient.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ uint8_t BearSSLClient::connected()
193193

194194
BearSSLClient::operator bool()
195195
{
196-
return (*_client);
196+
return (*_client);
197197
}
198198

199199
void BearSSLClient::setInsecure(SNI insecure)
@@ -350,7 +350,7 @@ int BearSSLClient::clientRead(void *ctx, unsigned char *buf, size_t len)
350350
#ifdef DEBUGSERIAL
351351
DEBUGSERIAL.print("BearSSLClient::clientRead - ");
352352
DEBUGSERIAL.print(result);
353-
DEBUGSERIAL.print(" - ");
353+
DEBUGSERIAL.print(" - ");
354354
for (size_t i = 0; i < result; i++) {
355355
byte b = buf[i];
356356

0 commit comments

Comments
 (0)