clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I71c8504caaa31ac43ae0f20c002ed081078e3f48
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/topology.hpp b/src/topology.hpp
index 467a5ca..816704a 100644
--- a/src/topology.hpp
+++ b/src/topology.hpp
@@ -15,8 +15,8 @@
void addBoard(const std::string& path, const std::string& boardType,
const std::string& boardName,
const nlohmann::json& exposesItem);
- std::unordered_map<std::string, std::vector<Association>>
- getAssocs(const std::map<std::string, std::string>& boards);
+ std::unordered_map<std::string, std::vector<Association>> getAssocs(
+ const std::map<std::string, std::string>& boards);
void remove(const std::string& boardName);
private: