style: update clang-format
Pull the most recent OpenBMC style rules and run clang-format.
Change-Id: I11a25ea1e62d6c739010d9dd742a139fb17cc09a
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/interface_ops.hpp b/interface_ops.hpp
index db429b8..96a2422 100644
--- a/interface_ops.hpp
+++ b/interface_ops.hpp
@@ -78,8 +78,7 @@
struct AssignInterface
{
static void op(const Interface&, std::any&)
- {
- }
+ {}
};
template <typename T>
@@ -139,8 +138,7 @@
};
struct DummyInterface
-{
-};
+{};
using MakeInterfaceType =
std::add_pointer_t<decltype(MakeInterface<DummyInterface>::op)>;
using AssignInterfaceType =