clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I9230bbf1838e1e34ee6b6b49553a59fc9245cca1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/version.hpp b/src/version.hpp
index 2b0af13..ed016e2 100644
--- a/src/version.hpp
+++ b/src/version.hpp
@@ -129,8 +129,8 @@
*
* @return The map of key/value pairs
*/
- static std::map<std::string, std::string>
- getExtVersionInfo(const std::string& extVersion);
+ static std::map<std::string, std::string> getExtVersionInfo(
+ const std::string& extVersion);
/** @brief The temUpdater's erase callback. */
eraseFunc eraseCallback;