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: I152f141a5e8343b92b5ce81d3ca16eec77b5606b
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/control/json/triggers/handlers.hpp b/control/json/triggers/handlers.hpp
index 34271c2..8e8595f 100644
--- a/control/json/triggers/handlers.hpp
+++ b/control/json/triggers/handlers.hpp
@@ -16,7 +16,6 @@
struct Handlers
{
-
public:
/**
* @brief Processes a properties changed signal and updates the property's
@@ -113,8 +112,8 @@
std::vector<std::string> intfs;
msg.read(intfs);
- auto itIntf =
- std::find(intfs.begin(), intfs.end(), std::get<Intf>(obj));
+ auto itIntf = std::find(intfs.begin(), intfs.end(),
+ std::get<Intf>(obj));
if (itIntf == intfs.cend())
{
// Object's interface not in list of interfaces removed