Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
d0a83e52
Commit
d0a83e52
authored
Sep 26, 2012
by
JINMEI Tatuya
Browse files
[2218] minor style fix: untabify
parent
6a0721cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/domaintree.h
View file @
d0a83e52
...
...
@@ -702,8 +702,8 @@ public:
/// \exception None
DomainTreeNodeChain
(
const
DomainTreeNodeChain
<
T
>&
other
)
:
level_count_
(
other
.
level_count_
),
last_compared_
(
other
.
last_compared_
),
last_comparison_
(
other
.
last_comparison_
)
last_compared_
(
other
.
last_compared_
),
last_comparison_
(
other
.
last_comparison_
)
{
for
(
size_t
i
=
0
;
i
<
level_count_
;
i
++
)
{
nodes_
[
i
]
=
other
.
nodes_
[
i
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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