some whitespace change I had forgotten
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 12 Jan 2015 14:45:16 +0000 (15:45 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 12 Jan 2015 14:45:16 +0000 (15:45 +0100)
src/icmp/icmppinger.cpp

index a9eec4b..7e98d03 100644 (file)
@@ -324,7 +324,7 @@ void IcmpPinger::handle_receive_icmp_packet( const boost::system::error_code &er
 
             set_ping_status( PingStatus_SuccessReply );
 
-            IcmpPacketReceiveTimer.cancel();                                                                                                    //lint !e534
+            IcmpPacketReceiveTimer.cancel();                                        //lint !e534
         }
         else if ( icmp_packet->match_destination_unreachable(
                                      Identifier, SequenceNumber,
@@ -340,7 +340,7 @@ void IcmpPinger::handle_receive_icmp_packet( const boost::system::error_code &er
 
             set_ping_status( PingStatus_FailureDestinationUnreachable );
 
-            IcmpPacketReceiveTimer.cancel();                                                                                                    //lint !e534
+            IcmpPacketReceiveTimer.cancel();                                        //lint !e534
         }
         // Unknown ICMP reply, start another receive till timeout
         else