Update clang format
Style only change
Change-Id: I41c97cbfb6a0ebf155a34166bc627f49a398442b
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/include/IpmbSensor.hpp b/include/IpmbSensor.hpp
index d5b0290..b6bfa32 100644
--- a/include/IpmbSensor.hpp
+++ b/include/IpmbSensor.hpp
@@ -17,11 +17,11 @@
struct IpmbSensor : public Sensor
{
- IpmbSensor(std::shared_ptr<sdbusplus::asio::connection> &conn,
- boost::asio::io_service &io, const std::string &name,
- const std::string &sensorConfiguration,
- sdbusplus::asio::object_server &objectServer,
- std::vector<thresholds::Threshold> &&thresholds,
+ IpmbSensor(std::shared_ptr<sdbusplus::asio::connection>& conn,
+ boost::asio::io_service& io, const std::string& name,
+ const std::string& sensorConfiguration,
+ sdbusplus::asio::object_server& objectServer,
+ std::vector<thresholds::Threshold>&& thresholds,
uint8_t deviceAddress);
~IpmbSensor();
@@ -43,7 +43,7 @@
PowerState readState = PowerState::on;
private:
- sdbusplus::asio::object_server &objectServer;
+ sdbusplus::asio::object_server& objectServer;
std::shared_ptr<sdbusplus::asio::connection> dbusConnection;
boost::asio::deadline_timer waitTimer;
};
\ No newline at end of file