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
Sebastian Schrader
Kea
Commits
68676822
Commit
68676822
authored
May 16, 2013
by
JINMEI Tatuya
Browse files
[2836] style fix: folded a long line.
parent
43348854
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/zone_data_updater.h
View file @
68676822
...
...
@@ -83,8 +83,8 @@ public:
if
(
mem_sgmt_
.
setNamedAddress
(
"updater_zone_data"
,
zone_data_
))
{
// It might have relocated during the set
zone_data_
=
static_cast
<
ZoneData
*>
(
mem_sgmt_
.
getNamedAddress
(
"updater_zone_data"
).
second
);
static_cast
<
ZoneData
*>
(
mem_sgmt_
.
getNamedAddress
(
"updater_zone_data"
).
second
);
}
assert
(
zone_data_
);
}
...
...
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