Browse Source

[master] editorial cleanup: removed a redundant white space

trivial, directly committing.
JINMEI Tatuya 12 years ago
parent
commit
4e98f9c8ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/memory/treenode_rrset.cc

+ 1 - 1
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