Skip to content

Commit fc66cd2

Browse files
authored
Formatting changes
1 parent 9272642 commit fc66cd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/net/ipheaders.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
//
99
typedef struct ip_hdr
1010
{
11-
unsigned char ip_v; // 4-bit IPv4 version
11+
unsigned char ip_v; // 4-bit IPv4 version
1212
// 4-bit header length (in 32-bit words)
1313
unsigned char ip_tos; // IP type of service
1414
unsigned short ip_len; // Total length
1515
unsigned short ip_id; // Unique identifier
1616
unsigned short ip_hl; // Fragment offset field
1717
unsigned char ip_ttl; // Time to live
18-
unsigned char ip_p; // Protocol(TCP,UDP etc)
18+
unsigned char ip_p; // Protocol(TCP,UDP etc)
1919
unsigned short ip_sum; // IP checksum
2020
unsigned int ip_src; // Source address
2121
unsigned int ip_dst; // Source address

0 commit comments

Comments
 (0)