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/presence/gpio.hpp b/presence/gpio.hpp
index fc650ca..ecd31a8 100644
--- a/presence/gpio.hpp
+++ b/presence/gpio.hpp
@@ -141,8 +141,7 @@
*
* Required to conform to interface
*/
- void stop() override
- {}
+ void stop() override {}
/**
* @brief Check the sensor.
@@ -159,8 +158,7 @@
*
* @param[in] fanInventoryPath - The fan inventory D-Bus object path.
*/
- void logConflict(const std::string& /*fanInventoryPath*/) const override
- {}
+ void logConflict(const std::string& /*fanInventoryPath*/) const override {}
private:
/**