Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
4e98f9c8
Commit
4e98f9c8
authored
Oct 28, 2012
by
JINMEI Tatuya
Browse files
[master] editorial cleanup: removed a redundant white space
trivial, directly committing.
parent
5a9bc9bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/treenode_rrset.cc
View file @
4e98f9c8
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment