From: Francesco Chemolli Date: Wed, 29 Jul 2015 12:31:56 +0000 (+0200) Subject: Removed whitespace in unit test X-Git-Tag: merge-candidate-3-v1~24^2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=288f46858664922b80763b9adee75b8fcacb5fac;p=thirdparty%2Fsquid.git Removed whitespace in unit test --- diff --git a/src/tests/testSBuf.cc b/src/tests/testSBuf.cc index e406e459ed..25509cd9b4 100644 --- a/src/tests/testSBuf.cc +++ b/src/tests/testSBuf.cc @@ -978,6 +978,5 @@ testSBuf::testSBufHash() i = um.find(SBuf("eleventy")); CPPUNIT_ASSERT(i == um.end()); - } }