diff --git a/cores/Client.h b/cores/Client.h index 111f335d..1c658cba 100644 --- a/cores/Client.h +++ b/cores/Client.h @@ -46,7 +46,9 @@ class Client : public Stream { virtual operator bool() = 0; protected: - uint8_t *rawIPAddress(IPAddress &addr) { return addr.raw_address(); }; + uint8_t *rawIPAddress(IPAddress &addr) { + return addr.raw_address(); + }; }; #endif /* client_h */