]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 17 Aug 2011 00:14:46 +0000 (18:14 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 17 Aug 2011 00:14:46 +0000 (18:14 -0600)
src/icmp/testIcmp.cc

index c676e284c5645d1f3ff634eb9209195c965c9136..2532f4e72aaee3e9e3f443aff232a13178231e6c 100644 (file)
@@ -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));