1
0
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:
dmiller
2014-02-12 20:25:51 +00:00
parent 2896c21989
commit c9714990c7
41 changed files with 374 additions and 374 deletions

View File

@@ -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 */