From 5a39f77a17fa28911c87caea1e2903c059e7ec41 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Fri, 20 Oct 2023 11:20:21 -0500 Subject: clang-format: copy latest and re-format clang-format-17 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: I2f9540cf0d545a2da4d6289fc87b754f684bc9a7 Signed-off-by: Patrick Williams --- include/dbus_utility.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/dbus_utility.hpp') diff --git a/include/dbus_utility.hpp b/include/dbus_utility.hpp index a8eefd5c1f..933d733f96 100644 --- a/include/dbus_utility.hpp +++ b/include/dbus_utility.hpp @@ -151,7 +151,7 @@ inline void checkDbusPathExists(const std::string& path, Callback&& callback) const boost::system::error_code& ec, const dbus::utility::MapperGetObject& objectNames) { callback(!ec && !objectNames.empty()); - }, + }, "xyz.openbmc_project.ObjectMapper", "/xyz/openbmc_project/object_mapper", "xyz.openbmc_project.ObjectMapper", "GetObject", path, @@ -185,7 +185,7 @@ inline void getSubTreePaths( const boost::system::error_code& ec, const MapperGetSubTreePathsResponse& subtreePaths) { callback(ec, subtreePaths); - }, + }, "xyz.openbmc_project.ObjectMapper", "/xyz/openbmc_project/object_mapper", "xyz.openbmc_project.ObjectMapper", "GetSubTreePaths", path, depth, @@ -221,7 +221,7 @@ inline void getAssociatedSubTreePaths( const boost::system::error_code& ec, const MapperGetSubTreePathsResponse& subtreePaths) { callback(ec, subtreePaths); - }, + }, "xyz.openbmc_project.ObjectMapper", "/xyz/openbmc_project/object_mapper", "xyz.openbmc_project.ObjectMapper", "GetAssociatedSubTreePaths", @@ -238,7 +238,7 @@ inline void [callback{std::move(callback)}](const boost::system::error_code& ec, const MapperGetObject& object) { callback(ec, object); - }, + }, "xyz.openbmc_project.ObjectMapper", "/xyz/openbmc_project/object_mapper", "xyz.openbmc_project.ObjectMapper", "GetObject", path, interfaces); @@ -264,7 +264,7 @@ inline void [callback{std::move(callback)}](const boost::system::error_code& ec, const ManagedObjectType& objects) { callback(ec, objects); - }, + }, service, path, "org.freedesktop.DBus.ObjectManager", "GetManagedObjects"); } -- cgit v1.2.3