]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed whitespace in unit test
authorFrancesco Chemolli <kinkie@squid-cache.org>
Wed, 29 Jul 2015 12:31:56 +0000 (14:31 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Wed, 29 Jul 2015 12:31:56 +0000 (14:31 +0200)
src/tests/testSBuf.cc

index e406e459ed3db1c050867e8e0aa554a8af479281..25509cd9b4e660b9254348d8d871cc09ef46116b 100644 (file)
@@ -978,6 +978,5 @@ testSBuf::testSBufHash()
 
         i = um.find(SBuf("eleventy"));
         CPPUNIT_ASSERT(i == um.end());
-
     }
 }