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
ISC Open Source Projects
Kea
Commits
16717b13
Commit
16717b13
authored
Jun 06, 2011
by
Jelte Jansen
Browse files
[trac736] minor whitespace change
parent
364d07e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/cfgmgr/plugins/b10logging.py
View file @
16717b13
...
...
@@ -59,7 +59,7 @@ def check(config):
if
'stream'
in
output_option
and
\
output_option
[
'stream'
].
lower
()
not
in
ALLOWED_STREAMS
:
errors
.
append
(
"bad stream: "
+
output_option
[
'stream'
])
if
errors
:
return
', '
.
join
(
errors
)
return
None
...
...
src/lib/config/config_data.cc
View file @
16717b13
...
...
@@ -30,7 +30,7 @@ namespace {
// or the original spec_part, if it is not a MapElement or does
// not contain "list_item_spec" or "map_item_spec"
ConstElementPtr
findListOrMapSubSpec
(
ConstElementPtr
spec_part
)
{
while
(
spec_part
->
getType
()
==
Element
::
map
&&
while
(
spec_part
->
getType
()
==
Element
::
map
&&
(
spec_part
->
contains
(
"list_item_spec"
)
||
spec_part
->
contains
(
"map_item_spec"
)))
{
if
(
spec_part
->
contains
(
"list_item_spec"
))
{
...
...
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