From: Francis Dupont Date: Thu, 18 Jun 2015 15:38:43 +0000 (+0200) Subject: [3618] untabified X-Git-Tag: trac3910_base~11^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44e652b4d3fa175863f85c011741ee2b9a99543b;p=thirdparty%2Fkea.git [3618] untabified --- diff --git a/src/lib/dhcp/tests/libdhcp++_unittest.cc b/src/lib/dhcp/tests/libdhcp++_unittest.cc index 0ac73a6e93..627a79d4ad 100644 --- a/src/lib/dhcp/tests/libdhcp++_unittest.cc +++ b/src/lib/dhcp/tests/libdhcp++_unittest.cc @@ -986,8 +986,8 @@ TEST_F(LibDhcpTest, stdOptionDefs6) { const char vopt_data[] = { 1, 2, 3, 4, // enterprise=0x1020304 0, 100, // type=100 - 0, 6, // length=6 - 102, 111, 111, 98, 97, 114 // data="foobar" + 0, 6, // length=6 + 102, 111, 111, 98, 97, 114 // data="foobar" }; // Initialize a vector with the suboption data. std::vector vopt_buf(vopt_data, vopt_data + sizeof(vopt_data)); @@ -1049,7 +1049,7 @@ TEST_F(LibDhcpTest, stdOptionDefs6) { typeid(OptionVendorClass)); LibDhcpTest::testStdOptionDefs6(D6O_VENDOR_OPTS, vopt_buf.begin(), - vopt_buf.end(), + vopt_buf.end(), typeid(OptionVendor), "vendor-opts-space");