mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
Removes trailing spaces in 69 files. Closes #971.
This commit is contained in:
@@ -371,7 +371,7 @@ int ICMPv6Option::getHeaderLengthFromType(u8 type){
|
||||
case ICMPv6_OPTION_SRC_LINK_ADDR:
|
||||
return ICMPv6_OPTION_SRC_LINK_ADDR_LEN;
|
||||
break;
|
||||
|
||||
|
||||
case ICMPv6_OPTION_TGT_LINK_ADDR:
|
||||
return ICMPv6_OPTION_TGT_LINK_ADDR_LEN;
|
||||
break;
|
||||
@@ -388,7 +388,7 @@ int ICMPv6Option::getHeaderLengthFromType(u8 type){
|
||||
return ICMPv6_OPTION_MTU_LEN;
|
||||
break;
|
||||
|
||||
/* Packets with non RFC-Compliant option types will be represented as an
|
||||
/* Packets with non RFC-Compliant option types will be represented as an
|
||||
* 8-byte ICMPv6 option. */
|
||||
default:
|
||||
return ICMPv6_OPTION_MIN_HEADER_LEN;
|
||||
|
||||
Reference in New Issue
Block a user