clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: Id513ba4699f994d5bc2a8480c4a0b2659e9480ce
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/sensors/builder.cpp b/sensors/builder.cpp
index 7c335c6..e71e9ce 100644
--- a/sensors/builder.cpp
+++ b/sensors/builder.cpp
@@ -42,9 +42,9 @@
static constexpr bool deferSignals = true;
-SensorManager
- buildSensors(const std::map<std::string, conf::SensorConfig>& config,
- sdbusplus::bus_t& passive, sdbusplus::bus_t& host)
+SensorManager buildSensors(
+ const std::map<std::string, conf::SensorConfig>& config,
+ sdbusplus::bus_t& passive, sdbusplus::bus_t& host)
{
SensorManager mgmr(passive, host);
auto& hostSensorBus = mgmr.getHostBus();