clang-format: copy latest and re-format
clang-format-17 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.
Change-Id: Ic2c9732543fc02a10df820078faa767638b179b5
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/count.hpp b/src/count.hpp
index efc00fe..3dad8e7 100644
--- a/src/count.hpp
+++ b/src/count.hpp
@@ -58,7 +58,7 @@
auto count = std::count_if(index.cbegin(), index.cend(),
[this](const auto& item)
// *INDENT-OFF*
- {
+ {
// Get the property value from storage[0],
// and save the op result in storage[1].
const auto& storage = std::get<storageIndex>(item.second);