From: Francis Dupont Date: Tue, 23 Jun 2015 17:52:12 +0000 (+0200) Subject: [3899] Reindented X-Git-Tag: trac3919_base~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ef34b3f0474acec05988b0e38726fb667c26be2;p=thirdparty%2Fkea.git [3899] Reindented --- diff --git a/src/lib/dhcp/option6_iaprefix.cc b/src/lib/dhcp/option6_iaprefix.cc index a1e8bed9e2..fbb93b0d93 100644 --- a/src/lib/dhcp/option6_iaprefix.cc +++ b/src/lib/dhcp/option6_iaprefix.cc @@ -39,9 +39,9 @@ Option6IAPrefix::Option6IAPrefix(uint16_t type, const isc::asiolink::IOAddress& setEncapsulatedSpace("dhcp6"); // Option6IAAddr will check if prefix is IPv6 and will throw if it is not if (prefix_len > 128) { - isc_throw(BadValue, static_cast(prefix_len) - << " is not a valid prefix length. " - << "Allowed range is 0..128"); + isc_throw(BadValue, static_cast(prefix_len) + << " is not a valid prefix length. " + << "Allowed range is 0..128"); } }