From c3bea46584f2dee4983257ae9d0b5bfc02a57d88 Mon Sep 17 00:00:00 2001 From: Chris Marsh Date: Thu, 22 Aug 2024 14:33:08 -0600 Subject: [PATCH] minor whitepsace change --- src/core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.cpp b/src/core.cpp index 9963e5d4..923e39a4 100644 --- a/src/core.cpp +++ b/src/core.cpp @@ -275,7 +275,7 @@ void core::config_modules(pt::ptree &value, const pt::ptree &config, std::vector SPDLOG_DEBUG("No config for {}", module_name); } - boost::shared_ptr module = module_factory::create(module_name,cfg); + boost::shared_ptr module = module_factory::create(module_name, cfg); //internal tracking of module initialization order module->IDnum = modnum;