clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: If152304b21dd2daaa2f79255a4f98218615efb05
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/presence/json_parser.hpp b/presence/json_parser.hpp
index 1e23380..56583ec 100644
--- a/presence/json_parser.hpp
+++ b/presence/json_parser.hpp
@@ -127,9 +127,9 @@
*
* @return - The constructed redundancy policy type for the fan
*/
- std::unique_ptr<RedundancyPolicy>
- getPolicy(const json& rpolicy, const fanPolicy& fpolicy,
- std::unique_ptr<EEPROMDevice> eepromDevice);
+ std::unique_ptr<RedundancyPolicy> getPolicy(
+ const json& rpolicy, const fanPolicy& fpolicy,
+ std::unique_ptr<EEPROMDevice> eepromDevice);
};
/**
@@ -173,8 +173,8 @@
*
* @return - An `Anyof` redundancy policy
*/
-std::unique_ptr<RedundancyPolicy>
- getAnyof(const fanPolicy& fan, std::unique_ptr<EEPROMDevice> eepromDevice);
+std::unique_ptr<RedundancyPolicy> getAnyof(
+ const fanPolicy& fan, std::unique_ptr<EEPROMDevice> eepromDevice);
/**
* @brief Create a `Fallback` redundancy policy on the created presence