clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: Ic2bc1d98d8ad469a3477f9059ec890fc8339907d
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/utils/dbus_mapper.hpp b/src/utils/dbus_mapper.hpp
index 5f07445..24adc7a 100644
--- a/src/utils/dbus_mapper.hpp
+++ b/src/utils/dbus_mapper.hpp
@@ -20,9 +20,9 @@
constexpr std::array<const char*, 1> sensorInterfaces = {
"xyz.openbmc_project.Sensor.Value"};
-inline std::vector<SensorTree>
- getSubTreeSensors(boost::asio::yield_context& yield,
- const std::shared_ptr<sdbusplus::asio::connection>& bus)
+inline std::vector<SensorTree> getSubTreeSensors(
+ boost::asio::yield_context& yield,
+ const std::shared_ptr<sdbusplus::asio::connection>& bus)
{
boost::system::error_code ec;
@@ -38,8 +38,8 @@
return tree;
}
-inline std::vector<SensorTree>
- getSubTreeSensors(const std::shared_ptr<sdbusplus::asio::connection>& bus)
+inline std::vector<SensorTree> getSubTreeSensors(
+ const std::shared_ptr<sdbusplus::asio::connection>& bus)
{
auto method_call =
bus->new_method_call("xyz.openbmc_project.ObjectMapper",