Skip to content

Commit 7b594b0

Browse files
committed
Fix formatting
1 parent 9571f54 commit 7b594b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -850,9 +850,9 @@ bool HTTPClient::connect(void)
850850
if(_reuse && _canReuse && connected()) {
851851
DEBUG_HTTPCLIENT("[HTTP-Client] connect: already connected, reusing connection\n");
852852

853-
#if defined(NO_GLOBAL_INSTANCES)
853+
#if defined(NO_GLOBAL_INSTANCES)
854854
StreamNull devnull;
855-
#endif
855+
#endif
856856
_client->sendAvailable(devnull); // clear _client's output (all of it, no timeout)
857857
return true;
858858
}

0 commit comments

Comments
 (0)