From 2ef34b3f0474acec05988b0e38726fb667c26be2 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Tue, 23 Jun 2015 19:52:12 +0200 Subject: [PATCH] [3899] Reindented --- src/lib/dhcp/option6_iaprefix.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"); } } -- 2.47.3