Parcourir la source

style fix: position of an opening curly brace

JINMEI Tatuya il y a 14 ans
Parent
commit
d24563e01d
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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) {