Fix namespace
This comment snuck in, probably added by clang-format. Fix it.
Change-Id: I0c272922c040ab80e9f5849698b063b0cfaea9e8
Signed-off-by: Ed Tanous <ed@tanous.net>
diff --git a/redfish-core/lib/network_protocol.hpp b/redfish-core/lib/network_protocol.hpp
index 62424d9..92d9202 100644
--- a/redfish-core/lib/network_protocol.hpp
+++ b/redfish-core/lib/network_protocol.hpp
@@ -261,7 +261,7 @@
getPortStatusAndPath(std::span(networkProtocolToDbus),
std::bind_front(afterNetworkPortRequest, asyncResp));
-} // namespace redfish
+}
inline void afterSetNTP(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp,
const boost::system::error_code& ec)