Browse Source

[4109a] indent

Francis Dupont 9 years ago
parent
commit
498f7775ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/dhcp6/tests/dhcp6to4_ipc_unittest.cc

+ 1 - 1
src/bin/dhcp6/tests/dhcp6to4_ipc_unittest.cc

@@ -50,7 +50,7 @@ public:
         configurePort(TEST_PORT);
         // Install buffer6_send_callout
         EXPECT_NO_THROW(HooksManager::preCalloutsLibraryHandle().
-                    registerCallout("buffer6_send", buffer6_send_callout));
+                        registerCallout("buffer6_send", buffer6_send_callout));
     }
 
     /// @brief Configure DHCP4o6 port.