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/propertywatchimpl.hpp b/src/propertywatchimpl.hpp
index 8861793..9c009fe 100644
--- a/src/propertywatchimpl.hpp
+++ b/src/propertywatchimpl.hpp
@@ -45,7 +45,7 @@
sdbusplus::bus::match::rules::interfacesAdded(path),
[this](auto& msg)
// *INDENT-OFF*
- { this->interfacesAdded(msg); });
+ { this->interfacesAdded(msg); });
// *INDENT-ON*
// Do a query to populate the cache. Start with a mapper query.
@@ -77,12 +77,12 @@
interface),
[this](auto& msg)
// *INDENT-OFF*
- {
+ {
std::string interface;
msg.read(interface);
auto path = msg.get_path();
this->propertiesChanged(msg, path, interface);
- });
+ });
// *INDENT-ON*
// The mapper response is a busname:[interfaces] map. Look for