Skip to content

Commit b0a5fe6

Browse files
Trivial tab to space fix
1 parent a68d8ce commit b0a5fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/IPAddress.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class IPAddress: public Printable {
136136
// Overloaded copy operators to allow initialisation of IPAddress objects from other types
137137
IPAddress& operator=(const uint8_t *address);
138138
IPAddress& operator=(uint32_t address);
139-
IPAddress& operator=(const IPAddress&) = default;
139+
IPAddress& operator=(const IPAddress&) = default;
140140

141141
virtual size_t printTo(Print& p) const;
142142
String toString() const;

0 commit comments

Comments
 (0)