Skip to content

Commit 8cdf1b1

Browse files
cleanup whitespace
1 parent d12da78 commit 8cdf1b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utility/WiFiStream.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class WiFiStream : public Stream
114114
* @return true if WiFi and TCP connection are established
115115
*/
116116
virtual bool maintain() = 0;
117-
117+
118118
#ifdef ESP8266
119119
/**
120120
* get status of TCP connection
@@ -131,7 +131,7 @@ class WiFiStream : public Stream
131131
* LAST_ACK = 9
132132
* TIME_WAIT = 10
133133
*/
134-
inline uint8_t status()
134+
inline uint8_t status()
135135
{
136136
return _client.status();
137137
}

0 commit comments

Comments
 (0)