]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[github24] Removed spurious whitespace.
authorMarcin Siodelski <marcin@isc.org>
Mon, 26 Sep 2016 14:47:00 +0000 (16:47 +0200)
committerMarcin Siodelski <marcin@isc.org>
Mon, 26 Sep 2016 14:47:00 +0000 (16:47 +0200)
src/lib/dhcp/option6_pdexclude.cc

index 734205d1401119994a65854fd26e35e849387d5e..4f64bf511e4fbcaeced13899265d4066121b97d6 100644 (file)
@@ -170,7 +170,7 @@ Option6PDExclude::unpack(OptionBufferConstIter begin,
     std::vector<uint8_t> delegated_prefix_bytes = delegated_prefix_.toBytes();
     //  We need to calculate how many bytes include the useful data and assign
     // zeros to remaining bytes (beyond the prefix length).
-    const uint8_t bytes_length = (delegated_prefix_length_ / 8) + 
+    const uint8_t bytes_length = (delegated_prefix_length_ / 8) +
         static_cast<uint8_t>(delegated_prefix_length_ % 8 != 0);
     std::fill(delegated_prefix_bytes.begin() + bytes_length,
               delegated_prefix_bytes.end(), 0);