BIND 10 trac998, updated. 8320629b004d5fc8194afb5d277a0d9e01299121 [trac998] removed redundant white spaces
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jun 20 18:25:59 UTC 2011
The branch, trac998 has been updated
via 8320629b004d5fc8194afb5d277a0d9e01299121 (commit)
from 287edb431de6ae5d7106dd4e593a193908b9ba9f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8320629b004d5fc8194afb5d277a0d9e01299121
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Jun 20 11:25:48 2011 -0700
[trac998] removed redundant white spaces
-----------------------------------------------------------------------
Summary of changes:
src/lib/acl/ip_check.h | 6 +++---
src/lib/acl/tests/ip_check_unittest.cc | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/acl/ip_check.h b/src/lib/acl/ip_check.h
index a34deb8..719f1d8 100644
--- a/src/lib/acl/ip_check.h
+++ b/src/lib/acl/ip_check.h
@@ -291,9 +291,9 @@ public:
masksize_(other.masksize_), inverse_(other.inverse_),
family_(other.family_), straddr_(other.straddr_)
{
- std::copy(other.address_.word, other.address_.word + IPV6_SIZE32,
+ std::copy(other.address_.word, other.address_.word + IPV6_SIZE32,
address_.word);
- std::copy(other.netmask_.word, other.netmask_.word + IPV6_SIZE32,
+ std::copy(other.netmask_.word, other.netmask_.word + IPV6_SIZE32,
netmask_.word);
}
@@ -332,7 +332,7 @@ public:
/// \brief Estimated cost
///
- /// Assume that the cost of the match is linear and depends on the
+ /// Assume that the cost of the match is linear and depends on the
/// maximum number of comparison operations.
///
/// \return Estimated cost of the comparison
diff --git a/src/lib/acl/tests/ip_check_unittest.cc b/src/lib/acl/tests/ip_check_unittest.cc
index c61252c..eb55486 100644
--- a/src/lib/acl/tests/ip_check_unittest.cc
+++ b/src/lib/acl/tests/ip_check_unittest.cc
@@ -503,7 +503,7 @@ TEST(IPCheck, V6AssignmentOperator) {
}
TEST(IPCheck, V6Compare) {
- // Set up some data.
+ // Set up some data.
vector<uint8_t> v6addr_2(V6ADDR_2, V6ADDR_2 + sizeof(V6ADDR_2));
vector<uint8_t> v6addr_2_48(V6ADDR_2_48, V6ADDR_2_48 + sizeof(V6ADDR_2_48));
vector<uint8_t> v6addr_2_52(V6ADDR_2_52, V6ADDR_2_52 + sizeof(V6ADDR_2_52));
More information about the bind10-changes
mailing list