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/device_callouts.hpp b/extensions/openpower-pels/device_callouts.hpp
index e9d1197..ae69f4b 100644
--- a/extensions/openpower-pels/device_callouts.hpp
+++ b/extensions/openpower-pels/device_callouts.hpp
@@ -113,9 +113,9 @@
* system.
* @return std::vector<Callout> - The list of callouts
*/
-std::vector<Callout>
- getI2CCallouts(size_t i2cBus, uint8_t i2cAddress,
- const std::vector<std::string>& compatibleList);
+std::vector<Callout> getI2CCallouts(
+ size_t i2cBus, uint8_t i2cAddress,
+ const std::vector<std::string>& compatibleList);
namespace util
{
@@ -140,8 +140,8 @@
*
* @return path - The path to the file.
*/
-std::filesystem::path
- getJSONFilename(const std::vector<std::string>& compatibleList);
+std::filesystem::path getJSONFilename(
+ const std::vector<std::string>& compatibleList);
/**
* @brief Looks up the callouts in the JSON using the I2C keys.
@@ -201,8 +201,8 @@
* @return std::tuple<std::string, std::tuple<size_t, uint8_t>>
* - The FSI links key along with the I2C bus/address.
*/
-std::tuple<std::string, std::tuple<size_t, uint8_t>>
- getFSII2CSearchKeys(const std::string& devPath);
+std::tuple<std::string, std::tuple<size_t, uint8_t>> getFSII2CSearchKeys(
+ const std::string& devPath);
/**
* @brief Pulls the fields out of the SPI device path to use as search keys