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/evdevpp/evdev.hpp b/evdevpp/evdev.hpp
index ae9a370..543729c 100644
--- a/evdevpp/evdev.hpp
+++ b/evdevpp/evdev.hpp
@@ -65,8 +65,7 @@
~EvDev() = default;
/** @brief Conversion constructor from evdev. */
- explicit EvDev(EvDevPtr ptr) : evdev(ptr)
- {}
+ explicit EvDev(EvDevPtr ptr) : evdev(ptr) {}
/** @brief Get the current event state. */
auto fetch(unsigned int type, unsigned int code)