BIND 10 master, updated. 4e98f9c8aec4fbe707bf4f5aa8de9e3ce4737f79 [master] editorial cleanup: removed a redundant white space

BIND 10 source code commits bind10-changes at lists.isc.org
Sun Oct 28 19:14:09 UTC 2012


The branch, master has been updated
       via  4e98f9c8aec4fbe707bf4f5aa8de9e3ce4737f79 (commit)
      from  5a9bc9bc1467bfd5d0be7de9db40824a967be9b0 (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 4e98f9c8aec4fbe707bf4f5aa8de9e3ce4737f79
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Sun Oct 28 12:13:36 2012 -0700

    [master] editorial cleanup: removed a redundant white space
    
    trivial, directly committing.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/datasrc/memory/treenode_rrset.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/treenode_rrset.cc b/src/lib/datasrc/memory/treenode_rrset.cc
index f51b2f9..e7ed20c 100644
--- a/src/lib/datasrc/memory/treenode_rrset.cc
+++ b/src/lib/datasrc/memory/treenode_rrset.cc
@@ -342,7 +342,7 @@ TreeNodeRRset::isSameKind(const AbstractRRset& abs_other) const {
         // Same for the owner name.  Comparing the nodes also detect
         // the case where RR classes are different (see the method description
         // of the header for details).
-        if (node_ != other->node_ ) {
+        if (node_ != other->node_) {
             return (false);
         }
         // If one is constructed with a "real name" and the other isn't



More information about the bind10-changes mailing list