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
Sebastian Schrader
Kea
Commits
d24563e0
Commit
d24563e0
authored
Jan 06, 2011
by
JINMEI Tatuya
Browse files
style fix: position of an opening curly brace
parent
0a4145a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/config/module_spec.cc
View file @
d24563e0
...
@@ -185,7 +185,8 @@ ModuleSpec::validate_config(ConstElementPtr data, const bool full) const {
...
@@ -185,7 +185,8 @@ ModuleSpec::validate_config(ConstElementPtr data, const bool full) const {
bool
bool
ModuleSpec
::
validate_command
(
const
std
::
string
&
command
,
ModuleSpec
::
validate_command
(
const
std
::
string
&
command
,
ConstElementPtr
args
,
ConstElementPtr
args
,
ElementPtr
errors
)
{
ElementPtr
errors
)
{
ConstElementPtr
commands_spec
=
module_specification
->
find
(
"commands"
);
ConstElementPtr
commands_spec
=
module_specification
->
find
(
"commands"
);
if
(
args
->
getType
()
!=
Element
::
map
)
{
if
(
args
->
getType
()
!=
Element
::
map
)
{
...
...
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