mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Remove trailing whitespace from C/C++ files
https://secwiki.org/w/Nmap/Code_Standards
This commit is contained in:
@@ -66,7 +66,7 @@ struct ip
|
||||
u_int8_t ip_hl:4; /* header length */
|
||||
#else
|
||||
u_int8_t ip_hl:4; /* header length */
|
||||
u_int8_t ip_v:4; /* version */
|
||||
u_int8_t ip_v:4; /* version */
|
||||
#endif
|
||||
u_int8_t ip_tos; /* type of service */
|
||||
u_short ip_len; /* total length */
|
||||
|
||||
Reference in New Issue
Block a user