Mercurial > dedupe
changeset 53:bd7ca4ceefec
Fix whitespace.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Thu, 13 Sep 2012 23:36:16 +0200 |
| parents | 725b0d776f3c |
| children | f339499ecd79 |
| files | TestBitArray.cpp |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/TestBitArray.cpp Thu Sep 13 23:23:14 2012 +0200 +++ b/TestBitArray.cpp Thu Sep 13 23:36:16 2012 +0200 @@ -135,7 +135,7 @@ bits = BitDecoder::bitsFromString("10000001"); BOOST_REQUIRE_EQUAL(bits.size(), 8u); BOOST_REQUIRE_EQUAL(bits.getPaddedChar(0), 129u); - + bits = BitDecoder::bitsFromString("010000001"); BOOST_REQUIRE_EQUAL(bits.size(), 9u); BOOST_REQUIRE_EQUAL(bits.getPaddedChar(1), 129u);
