]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/icmp/Icmp6.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / icmp / Icmp6.cc
index 80324072d872f127e6bd6af10d567749dfa02fc8..f80cc70dd651f98e9d0569f9bcd2f77f7eb67642 100644 (file)
@@ -164,7 +164,6 @@ Icmp6::SendEcho(Ip::Address &to, int opcode, const char *payload, int len)
 
     icmp6_pktsize = sizeof(struct icmp6_hdr);
 
-
     // Fill Icmp6 ECHO data content
     echo = (icmpEchoData *) (pkt + sizeof(icmp6_hdr));
     echo->opcode = (unsigned char) opcode;
@@ -268,7 +267,6 @@ Icmp6::Recv(void)
     #define ip6_hlim   // MAX hops  (always 64, but no guarantee)
     #define ip6_hops   // HOPS!!!  (can it be true??)
 
-
         ip = (struct ip6_hdr *) pkt;
         pkt += sizeof(ip6_hdr);