clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I8000f29e7e567f47b61325ebd6241d4d70d624b5
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/include/sdbusplus/vtable.hpp b/include/sdbusplus/vtable.hpp
index 57af3eb..851aa8c 100644
--- a/include/sdbusplus/vtable.hpp
+++ b/include/sdbusplus/vtable.hpp
@@ -95,10 +95,10 @@
* @param[in] offset - Offset within object for property.
* @param[in] flags - optional sdbusplus::vtable::property_ value.
*/
-constexpr vtable_t
- property_o(const char* member, const char* signature,
- sd_bus_property_get_t get, sd_bus_property_set_t set,
- size_t offset, decltype(vtable_t::flags) flags = 0);
+constexpr vtable_t property_o(const char* member, const char* signature,
+ sd_bus_property_get_t get,
+ sd_bus_property_set_t set, size_t offset,
+ decltype(vtable_t::flags) flags = 0);
namespace common_
{