]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1219] Added spaces
authorFrancis Dupont <fdupont@isc.org>
Sun, 17 May 2020 11:08:29 +0000 (13:08 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sun, 17 May 2020 11:08:29 +0000 (13:08 +0200)
src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc

index 0fdf4645a5476fa685b23686d01dc9de6ae6798a..e534349e0e5f7c30edac1cea30cfe3368baaa7aa 100644 (file)
@@ -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());