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
929f85f8
Commit
929f85f8
authored
May 15, 2013
by
JINMEI Tatuya
Browse files
[2836] style fix: unify two short lines
parent
c7b88943
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/zone_data_loader.cc
View file @
929f85f8
...
...
@@ -185,8 +185,7 @@ loadZoneDataInternal(util::MemorySegment& mem_sgmt,
while
(
true
)
{
// Try as long as it takes to load and grow the segment
bool
created
=
false
;
try
{
SegmentObjectHolder
<
ZoneData
,
RRClass
>
holder
(
mem_sgmt
,
rrclass
);
SegmentObjectHolder
<
ZoneData
,
RRClass
>
holder
(
mem_sgmt
,
rrclass
);
holder
.
set
(
ZoneData
::
create
(
mem_sgmt
,
zone_name
));
// Nothing from this point on should throw MemorySegmentGrown.
...
...
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