Skip to content

Commit 58c8f22

Browse files
committed
Fix indend
1 parent 7211acc commit 58c8f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/IPAddress.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ enum IPType {
4040
class IPAddress : public Printable {
4141
private:
4242
union {
43-
uint8_t bytes[16];
44-
uint32_t dword[4];
43+
uint8_t bytes[16];
44+
uint32_t dword[4];
4545
} _address;
4646
IPType _type;
4747

0 commit comments

Comments
 (0)