Update clang format
Update to clang-format-10
Change-Id: I7fcab706fb384e5fcc07a06c42897a5ddbc4b511
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/include/ExitAirTempSensor.hpp b/include/ExitAirTempSensor.hpp
index 33ecb04..e3c2ef5 100644
--- a/include/ExitAirTempSensor.hpp
+++ b/include/ExitAirTempSensor.hpp
@@ -2,10 +2,11 @@
#include "sensor.hpp"
#include <boost/container/flat_map.hpp>
+#include <sdbusplus/bus/match.hpp>
+
#include <chrono>
#include <limits>
#include <memory>
-#include <sdbusplus/bus/match.hpp>
#include <string>
#include <vector>
@@ -47,8 +48,9 @@
sdbusplus::asio::object_server& objServer;
};
-struct ExitAirTempSensor : public Sensor,
- std::enable_shared_from_this<ExitAirTempSensor>
+struct ExitAirTempSensor :
+ public Sensor,
+ std::enable_shared_from_this<ExitAirTempSensor>
{
double powerFactorMin;