]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3899] Reindented
authorFrancis Dupont <fdupont@isc.org>
Tue, 23 Jun 2015 17:52:12 +0000 (19:52 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 23 Jun 2015 17:52:12 +0000 (19:52 +0200)
src/lib/dhcp/option6_iaprefix.cc

index a1e8bed9e2dc60b89cfb1484eaf7e82d6067aa66..fbb93b0d93f139b9429eabb312f7bd6e87db2743 100644 (file)
@@ -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<unsigned>(prefix_len)
-                << " is not a valid prefix length. "
-                << "Allowed range is 0..128");
+        isc_throw(BadValue, static_cast<unsigned>(prefix_len)
+                  << " is not a valid prefix length. "
+                  << "Allowed range is 0..128");
     }
 }