From: Francis Dupont Date: Fri, 17 Jun 2016 16:16:57 +0000 (+0200) Subject: [4110a] untabify X-Git-Tag: trac4273_base~1^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49583dc328b305a044303b4ea6de14f5eab3bf43;p=thirdparty%2Fkea.git [4110a] untabify --- diff --git a/src/bin/dhcp4/tests/dhcp4to6_ipc_unittest.cc b/src/bin/dhcp4/tests/dhcp4to6_ipc_unittest.cc index 08772fd8ab..57de652da2 100644 --- a/src/bin/dhcp4/tests/dhcp4to6_ipc_unittest.cc +++ b/src/bin/dhcp4/tests/dhcp4to6_ipc_unittest.cc @@ -45,13 +45,13 @@ public: /// Configures IPC to use a test port. It also provides a fake /// configuration of interfaces. Dhcp4to6IpcTest() - : Dhcpv4SrvTest(), - iface_mgr_test_config_(true) { + : Dhcpv4SrvTest(), + iface_mgr_test_config_(true) { configurePort(TEST_PORT); - // Install buffer4_receive_callout - EXPECT_NO_THROW(HooksManager::preCalloutsLibraryHandle(). - registerCallout("buffer4_receive", - buffer4_receive_callout)); + // Install buffer4_receive_callout + EXPECT_NO_THROW(HooksManager::preCalloutsLibraryHandle(). + registerCallout("buffer4_receive", + buffer4_receive_callout)); // Install buffer4_send_callout EXPECT_NO_THROW(HooksManager::preCalloutsLibraryHandle(). registerCallout("buffer4_send", buffer4_send_callout));