clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: Iac96affe709a51dd865117d006cb033cf5c624b1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/extensions/openpower-pels/section.hpp b/extensions/openpower-pels/section.hpp
index 08f164c..4c48bbf 100644
--- a/extensions/openpower-pels/section.hpp
+++ b/extensions/openpower-pels/section.hpp
@@ -70,10 +70,10 @@
* @return std::optional<std::string> - If a section comes with a JSON
* representation, this would return the string for it.
*/
- virtual std::optional<std::string>
- getJSON(message::Registry& /*registry*/,
- const std::vector<std::string>& /*plugins*/,
- uint8_t /*creatorID*/) const
+ virtual std::optional<std::string> getJSON(
+ message::Registry& /*registry*/,
+ const std::vector<std::string>& /*plugins*/,
+ uint8_t /*creatorID*/) const
{
return std::nullopt;
}
@@ -85,9 +85,9 @@
* @return std::optional<std::string> - If a section comes with a JSON
* representation, this would return the string for it.
*/
- virtual std::optional<std::string>
- getJSON(uint8_t /*creatorID*/,
- const std::vector<std::string>& /*plugins*/) const
+ virtual std::optional<std::string> getJSON(
+ uint8_t /*creatorID*/,
+ const std::vector<std::string>& /*plugins*/) const
{
return std::nullopt;
}