]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] editorial cleanup: removed a redundant white space
authorJINMEI Tatuya <jinmei@isc.org>
Sun, 28 Oct 2012 19:13:36 +0000 (12:13 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Sun, 28 Oct 2012 19:13:36 +0000 (12:13 -0700)
trivial, directly committing.

src/lib/datasrc/memory/treenode_rrset.cc

index f51b2f95accfa26de2265749a84072d8237d0489..e7ed20cbdb97db4725b4788212aa64cd2bcc3197 100644 (file)
@@ -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