Skip to content

Commit b4c89a3

Browse files
Krzysztof StachowiakPatater
Krzysztof Stachowiak
authored andcommitted
Remove trailing whitespace
1 parent 24682e0 commit b4c89a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tls-client/main.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,13 @@ class HelloHTTPS {
220220
}
221221

222222
/* Fill the request buffer */
223-
_bpos = snprintf(_buffer, sizeof(_buffer) - 1,
223+
_bpos = snprintf(_buffer, sizeof(_buffer) - 1,
224224
"GET %s HTTP/1.1\nHost: %s\n\n", path, HTTPS_SERVER_NAME);
225225

226226
int offset = 0;
227227
do {
228-
ret = mbedtls_ssl_write(&_ssl,
229-
(const unsigned char *) _buffer + offset,
228+
ret = mbedtls_ssl_write(&_ssl,
229+
(const unsigned char *) _buffer + offset,
230230
_bpos - offset);
231231
if (ret > 0)
232232
offset += ret;

0 commit comments

Comments
 (0)