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
59c096cd
Commit
59c096cd
authored
Sep 26, 2012
by
JINMEI Tatuya
Browse files
[2282] style fix: untabify
parent
89476cd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/zone_finder.cc
View file @
59c096cd
...
...
@@ -63,7 +63,7 @@ public:
ZoneFinder
::
FindResultFlags
flags_param
,
const
ZoneData
&
zone_data_param
,
const
ZoneNode
*
node
,
const
RdataSet
*
rdset
)
:
code
(
code_param
),
rrset
(
rrset_param
),
flags
(
flags_param
),
code
(
code_param
),
rrset
(
rrset_param
),
flags
(
flags_param
),
zone_data
(
&
zone_data_param
),
found_node
(
node
),
found_rdset
(
rdset
)
{}
...
...
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