From 277f9e68c2a79c2bc96074603fea175a9f4ff1ae Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Mon, 12 Jan 2015 15:45:16 +0100 Subject: [PATCH] some whitespace change I had forgotten --- src/icmp/icmppinger.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/icmp/icmppinger.cpp b/src/icmp/icmppinger.cpp index a9eec4b..7e98d03 100644 --- a/src/icmp/icmppinger.cpp +++ b/src/icmp/icmppinger.cpp @@ -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 -- 1.7.1