Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit58c8f22

Browse files
committed
Fix indend
1 parent7211acc commit58c8f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎api/IPAddress.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ enum IPType {
4040
classIPAddress :publicPrintable {
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)

[8]ページ先頭

©2009-2025 Movatter.jp