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/include/resource_messages.hpp b/redfish-core/include/resource_messages.hpp
index 1665810..0c5fc6a 100644
--- a/redfish-core/include/resource_messages.hpp
+++ b/redfish-core/include/resource_messages.hpp
@@ -40,8 +40,8 @@
nlohmann::json resourceErrorThresholdExceeded(std::string_view arg1,
std::string_view arg2);
-nlohmann::json
- resourceErrorThresholdCleared(std::string_view arg1, std::string_view arg2);
+nlohmann::json resourceErrorThresholdCleared(std::string_view arg1,
+ std::string_view arg2);
nlohmann::json resourceWarningThresholdExceeded(std::string_view arg1,
std::string_view arg2);
@@ -52,11 +52,11 @@
nlohmann::json resourceStatusChangedOK(std::string_view arg1,
std::string_view arg2);
-nlohmann::json
- resourceStatusChangedWarning(std::string_view arg1, std::string_view arg2);
+nlohmann::json resourceStatusChangedWarning(std::string_view arg1,
+ std::string_view arg2);
-nlohmann::json
- resourceStatusChangedCritical(std::string_view arg1, std::string_view arg2);
+nlohmann::json resourceStatusChangedCritical(std::string_view arg1,
+ std::string_view arg2);
nlohmann::json resourceStateChanged(std::string_view arg1,
std::string_view arg2);