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/pid/builder.cpp b/pid/builder.cpp
index 8a6bd39..1164355 100644
--- a/pid/builder.cpp
+++ b/pid/builder.cpp
@@ -50,10 +50,10 @@
return std::string(objectPath) + std::to_string(zone) + "/" + pidname;
}
-std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>>
- buildZones(const std::map<int64_t, conf::PIDConf>& zonePids,
- std::map<int64_t, conf::ZoneConfig>& zoneConfigs,
- SensorManager& mgr, sdbusplus::bus_t& modeControlBus)
+std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> buildZones(
+ const std::map<int64_t, conf::PIDConf>& zonePids,
+ std::map<int64_t, conf::ZoneConfig>& zoneConfigs, SensorManager& mgr,
+ sdbusplus::bus_t& modeControlBus)
{
std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> zones;