Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
4df6d159
Commit
4df6d159
authored
May 14, 2013
by
JINMEI Tatuya
Browse files
[2836] style fix: adjusted '*' position
parent
42374091
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/tests/memory/zone_data_updater_unittest.cc
View file @
4df6d159
...
...
@@ -74,7 +74,7 @@ protected:
zname_
(
"example.org"
),
zclass_
(
RRClass
::
IN
()),
mem_sgmt_
(
GetParam
()
->
create
())
{
ZoneData
*
data
=
ZoneData
::
create
(
*
mem_sgmt_
,
zname_
);
ZoneData
*
data
=
ZoneData
::
create
(
*
mem_sgmt_
,
zname_
);
mem_sgmt_
->
setNamedAddress
(
"Test zone data"
,
data
);
updater_
.
reset
(
new
ZoneDataUpdater
(
*
mem_sgmt_
,
zclass_
,
zname_
,
*
data
));
...
...
@@ -97,7 +97,7 @@ protected:
ZoneData
::
destroy
(
*
mem_sgmt_
,
getZoneData
(),
zclass_
);
mem_sgmt_
->
clearNamedAddress
(
"Test zone data"
);
updater_
.
reset
();
ZoneData
*
data
=
ZoneData
::
create
(
*
mem_sgmt_
,
zname_
);
ZoneData
*
data
=
ZoneData
::
create
(
*
mem_sgmt_
,
zname_
);
mem_sgmt_
->
setNamedAddress
(
"Test zone data"
,
data
);
updater_
.
reset
(
new
ZoneDataUpdater
(
*
mem_sgmt_
,
zclass_
,
zname_
,
*
data
));
...
...
Write
Preview
Supports
Markdown
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