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: I3942bdbbb0fc2d46d755a74f481bb44fa63dc486
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/presence/gpio_presence.hpp b/presence/gpio_presence.hpp
index 4b9b24c..b72e84e 100644
--- a/presence/gpio_presence.hpp
+++ b/presence/gpio_presence.hpp
@@ -3,9 +3,10 @@
#include <systemd/sd-event.h>
+#include <sdbusplus/bus.hpp>
+
#include <cstdlib>
#include <experimental/filesystem>
-#include <sdbusplus/bus.hpp>
#include <string>
namespace phosphor
@@ -29,7 +30,6 @@
*/
class Presence : public Evdev
{
-
using Property = std::string;
using Value = std::variant<bool, std::string>;
// Association between property and its value