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
ccbb6bab
Commit
ccbb6bab
authored
Sep 17, 2012
by
JINMEI Tatuya
Browse files
[master] trivial style cleanup: position of operator '*'
parent
0f081675
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/memory_client.cc
View file @
ccbb6bab
...
...
@@ -150,7 +150,7 @@ public:
// Ensure a separate level exists for the "wildcarding" name,
// and mark the node as "wild".
ZoneNode
*
node
;
ZoneNode
*
node
;
zone_data
.
insertName
(
mem_sgmt_
,
wname
.
split
(
1
),
&
node
);
node
->
setFlag
(
ZoneData
::
WILDCARD_NODE
);
...
...
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