From: Francis Dupont Date: Sun, 17 May 2020 11:08:29 +0000 (+0200) Subject: [#1219] Added spaces X-Git-Tag: Kea-1.7.8~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=661360f1e9aff490a7749e7d22285c4e7cde1e20;p=thirdparty%2Fkea.git [#1219] Added spaces --- diff --git a/src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc b/src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc index 0fdf4645a5..e534349e0e 100644 --- a/src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc +++ b/src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc @@ -719,7 +719,7 @@ public: // contacted servers because we send one lease update and one // lease deletion to each contacted server from which we expect // an acknowledgment. - EXPECT_EQ(2*num_updates, service.getPendingRequest(query)); + EXPECT_EQ(2 * num_updates, service.getPendingRequest(query)); EXPECT_FALSE(state->isPoked());