clang-format: copy latest and re-format
clang-format-16 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: I4530f5b9df4f5898e26a2eef7efcf82e9728197f
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/item_updater.cpp b/item_updater.cpp
index 3173481..5b27534 100644
--- a/item_updater.cpp
+++ b/item_updater.cpp
@@ -114,8 +114,8 @@
path, versionId, extendedVersion, activationState, associations);
activations.emplace(versionId, std::move(activation));
- auto versionPtr =
- createVersionObject(path, versionId, version, purpose, filePath);
+ auto versionPtr = createVersionObject(path, versionId, version, purpose,
+ filePath);
versions.emplace(versionId, std::move(versionPtr));
}
return;