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: Ia442cdc88aaeaab2f1384cc46a56f5cd5e40f2f5
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/vpd-manager/reader_impl.hpp b/vpd-manager/reader_impl.hpp
index 4de3c9b..7525a4f 100644
--- a/vpd-manager/reader_impl.hpp
+++ b/vpd-manager/reader_impl.hpp
@@ -28,9 +28,7 @@
~ReaderImpl() = default;
#ifdef ManagerTest
- explicit ReaderImpl(IUtil& obj) : utilObj(obj)
- {
- }
+ explicit ReaderImpl(IUtil& obj) : utilObj(obj) {}
#endif
/** @brief An API to expand a given unexpanded location code.