clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I4a9d4410fcf7c9e87481d7d962fbcc92d071c913
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/bmc/version.hpp b/bmc/version.hpp
index bb66341..5f97955 100644
--- a/bmc/version.hpp
+++ b/bmc/version.hpp
@@ -113,8 +113,8 @@
*
* @return The values of the repeated key.
**/
- static std::vector<std::string>
- getRepeatedValues(const std::string& manifestFilePath, std::string key);
+ static std::vector<std::string> getRepeatedValues(
+ const std::string& manifestFilePath, std::string key);
/**
* @brief Calculate the version id from the version string.
@@ -148,8 +148,8 @@
*
* @return The extended version string.
*/
- static std::string
- getBMCExtendedVersion(const std::string& releaseFilePath);
+ static std::string getBMCExtendedVersion(
+ const std::string& releaseFilePath);
/**
* @brief Get the active BMC version string.