clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I2f0b9d0fb6e01ed36a2f34c750ba52de3b6d15d1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/redfish-core/src/resource_messages.cpp b/redfish-core/src/resource_messages.cpp
index 00023a8..0bda0b0 100644
--- a/redfish-core/src/resource_messages.cpp
+++ b/redfish-core/src/resource_messages.cpp
@@ -107,8 +107,8 @@
* See header file for more information
* @endinternal
*/
-nlohmann::json
- resourceErrorThresholdExceeded(std::string_view arg1, std::string_view arg2)
+nlohmann::json resourceErrorThresholdExceeded(std::string_view arg1,
+ std::string_view arg2)
{
return getLog(redfish::registries::resource_event::Index::
resourceErrorThresholdExceeded,
@@ -122,8 +122,8 @@
* See header file for more information
* @endinternal
*/
-nlohmann::json
- resourceErrorThresholdCleared(std::string_view arg1, std::string_view arg2)
+nlohmann::json resourceErrorThresholdCleared(std::string_view arg1,
+ std::string_view arg2)
{
return getLog(redfish::registries::resource_event::Index::
resourceErrorThresholdCleared,
@@ -182,8 +182,8 @@
* See header file for more information
* @endinternal
*/
-nlohmann::json
- resourceStatusChangedWarning(std::string_view arg1, std::string_view arg2)
+nlohmann::json resourceStatusChangedWarning(std::string_view arg1,
+ std::string_view arg2)
{
return getLog(redfish::registries::resource_event::Index::
resourceStatusChangedWarning,
@@ -197,8 +197,8 @@
* See header file for more information
* @endinternal
*/
-nlohmann::json
- resourceStatusChangedCritical(std::string_view arg1, std::string_view arg2)
+nlohmann::json resourceStatusChangedCritical(std::string_view arg1,
+ std::string_view arg2)
{
return getLog(redfish::registries::resource_event::Index::
resourceStatusChangedCritical,