Skip to content

Commit c3bea46

Browse files
committed
minor whitepsace change
1 parent 586c831 commit c3bea46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ void core::config_modules(pt::ptree &value, const pt::ptree &config, std::vector
275275
SPDLOG_DEBUG("No config for {}", module_name);
276276
}
277277

278-
boost::shared_ptr<module_base> module = module_factory::create(module_name,cfg);
278+
boost::shared_ptr<module_base> module = module_factory::create(module_name, cfg);
279279
//internal tracking of module initialization order
280280
module->IDnum = modnum;
281281

0 commit comments

Comments
 (0)