summaryrefslogtreecommitdiff
path: root/redfish-core/include/event_service_manager.hpp
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2022-01-25 22:09:55 +0300
committerEd Tanous <edtanous@google.com>2022-02-15 07:26:02 +0300
commitdbb59d4dd8e4fc13b1cad11fd3a093f374a2a7ed (patch)
tree12056a7663a3f8e6033d1193a61f93fccba5f600 /redfish-core/include/event_service_manager.hpp
parent71d5d8dbf54dace8a559e593a2bc6011b7261af5 (diff)
downloadbmcweb-dbb59d4dd8e4fc13b1cad11fd3a093f374a2a7ed.tar.xz
Enable readability-uppercase-literal-suffix
We only had a few violations of this; Fix them and enable the check. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I159e774fd0169a91a092218ec8dc896ba9edebf4
Diffstat (limited to 'redfish-core/include/event_service_manager.hpp')
-rw-r--r--redfish-core/include/event_service_manager.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/include/event_service_manager.hpp b/redfish-core/include/event_service_manager.hpp
index 051e49506e..5592d641d3 100644
--- a/redfish-core/include/event_service_manager.hpp
+++ b/redfish-core/include/event_service_manager.hpp
@@ -989,7 +989,7 @@ class EventServiceManager
void sendEvent(const nlohmann::json& eventMessageIn,
const std::string& origin, const std::string& resType)
{
- if (!serviceEnabled || (noOfEventLogSubscribers == 0u))
+ if (!serviceEnabled || (noOfEventLogSubscribers == 0U))
{
BMCWEB_LOG_DEBUG << "EventService disabled or no Subscriptions.";
return;