From: Automatic source maintenance Date: Wed, 17 Aug 2011 00:14:46 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: take08~43^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4624c6cc3787c6bc505881facf10f9a1fad5b97;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/icmp/testIcmp.cc b/src/icmp/testIcmp.cc index c676e284c5..2532f4e72a 100644 --- a/src/icmp/testIcmp.cc +++ b/src/icmp/testIcmp.cc @@ -17,7 +17,7 @@ testIcmp::testChecksum() stubIcmp icmp; uint16_t buf[10], tmpval; for (tmpval=0; tmpval < 10; ++tmpval) - buf[tmpval]=htons(1+tmpval); + buf[tmpval]=htons(1+tmpval); // NULL data CPPUNIT_ASSERT_EQUAL((int)htons(0xffff), icmp.testChecksum(NULL,0));