From: Francis Dupont Date: Mon, 11 Jun 2018 13:20:00 +0000 (+0200) Subject: [5378] Added missing line break X-Git-Tag: 136-add-global-host-reservation-examples_base~4^2~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50c308dac9bd0eb9142becd209db1fa868eb8402;p=thirdparty%2Fkea.git [5378] Added missing line break --- diff --git a/src/lib/dhcpsrv/tests/srv_config_unittest.cc b/src/lib/dhcpsrv/tests/srv_config_unittest.cc index fdcb8de85a..0c09906ae0 100644 --- a/src/lib/dhcpsrv/tests/srv_config_unittest.cc +++ b/src/lib/dhcpsrv/tests/srv_config_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -503,7 +503,8 @@ TEST_F(SrvConfigTest, unparse) { defaults += conf.getCfgExpiration()->toElement()->str() + ",\n"; defaults += "\"lease-database\": { \"type\": \"memfile\" },\n"; defaults += "\"hooks-libraries\": [ ],\n"; - defaults += "\"dhcp-ddns\": \n"; defaults += conf.getD2ClientConfig()->toElement()->str() + ",\n"; + defaults += "\"dhcp-ddns\": \n"; + defaults += conf.getD2ClientConfig()->toElement()->str() + ",\n"; std::string defaults4 = "\"echo-client-id\": true,\n"; defaults4 += "\"shared-networks\": [ ],\n";