From 07b7a3be40184686615aafb1d2f773fcca5d6d2c Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Mon, 13 Jul 2020 20:07:41 -0700 Subject: [PATCH] Whitespace fixes from review --- src/packet_analysis/Config.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/packet_analysis/Config.cc b/src/packet_analysis/Config.cc index bfb41d2540..4fd644b35d 100644 --- a/src/packet_analysis/Config.cc +++ b/src/packet_analysis/Config.cc @@ -20,7 +20,7 @@ const std::map& DispatcherConfig::GetMappings() const } void DispatcherConfig::AddMapping(identifier_t identifier, - const std::string& analyzer_name) + const std::string& analyzer_name) { DBG_LOG(DBG_PACKET_ANALYSIS, "Adding configuration mapping: %s -> %#x -> %s", name.c_str(), identifier, analyzer_name.c_str()); @@ -72,7 +72,7 @@ DispatcherConfig& Config::AddDispatcherConfig(const std::string& name) } void Config::AddMapping(const std::string& name, identifier_t identifier, - const std::string& analyzer_name) + const std::string& analyzer_name) { // Create dispatcher config if it does not exist yet std::optional> dispatch_config =