removed spaces at end of line

This commit is contained in:
2020-04-15 13:11:21 +02:00
committed by mdavidsaver
parent f4de6dd9b1
commit 60091bfe56
38 changed files with 112 additions and 112 deletions

View File

@@ -152,7 +152,7 @@ static void testOperators()
b2.set(256);
b1 ^= b2;
testOk1((b1.cardinality() == 2 && b1.get(1) == true && b1.get(256) == true));
testDiag("assign");
testOk1(b1 != b2);