From: Francis Dupont Date: Wed, 24 Jun 2020 20:16:30 +0000 (+0200) Subject: [#1282] Removed spurious spaces X-Git-Tag: Kea-1.7.10~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a7bb8b8c00a393de6841b8a154b3c31410aeafb;p=thirdparty%2Fkea.git [#1282] Removed spurious spaces --- diff --git a/src/lib/hooks/tests/parking_lots_unittest.cc b/src/lib/hooks/tests/parking_lots_unittest.cc index e0a2ecd258..62d0d49c71 100644 --- a/src/lib/hooks/tests/parking_lots_unittest.cc +++ b/src/lib/hooks/tests/parking_lots_unittest.cc @@ -139,7 +139,7 @@ TEST(ParkingLotTest, clear) { parking_lot.reset(); parking_lot_handle.reset(); parked_object.reset(); - + // The parked object is still alive. EXPECT_FALSE(weak_parked_object.expired());