Service Root
Change-Id: Ibf9d463802d77014852a92ecfcb8096324f3670f
Signed-off-by: Borawski.Lukasz <lukasz.borawski@intel.com>
diff --git a/redfish-core/include/privileges.hpp b/redfish-core/include/privileges.hpp
index 43c48c2..290c0eb 100644
--- a/redfish-core/include/privileges.hpp
+++ b/redfish-core/include/privileges.hpp
@@ -54,8 +54,8 @@
// load privilege_registry.json to memory
}
- EntityPrivileges getPrivileges(const std::string &entity_url,
- const std::string &entity_type) const {
+ EntityPrivileges getPrivileges(const std::string& entity_url,
+ const std::string& entity_type) const {
// return an entity privilege object based on the privilege_registry.json,
// currently returning default constructed object
return EntityPrivileges();