Browse Source

style fix: position of an opening curly brace

JINMEI Tatuya 14 years ago
parent
commit
d24563e01d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/config/module_spec.cc

+ 2 - 1
src/lib/config/module_spec.cc

@@ -185,7 +185,8 @@ ModuleSpec::validate_config(ConstElementPtr data, const bool full) const {
 bool
 ModuleSpec::validate_command(const std::string& command,
                              ConstElementPtr args,
-                             ElementPtr errors) {
+                             ElementPtr errors)
+{
     ConstElementPtr commands_spec = module_specification->find("commands");
 
     if (args->getType() != Element::map) {