summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2017-11-08 10:00:35 -0600
committerMatthew Barth <msbarth@us.ibm.com>2017-11-17 13:14:11 -0600
commit20819728b573b6ab0f80dfa382314d2a10084d26 (patch)
treeff2663d26e17934e419555464a561fdcd87f0ea1
parent34a389e6964febe6a244711790e06961ce42e00c (diff)
downloadphosphor-fan-presence-20819728b573b6ab0f80dfa382314d2a10084d26.tar.gz
phosphor-fan-presence-20819728b573b6ab0f80dfa382314d2a10084d26.zip
Fix indentation from review comment
https://gerrit.openbmc-project.xyz/#/c/7574/7/control/fan.cpp@89 Change-Id: I572093d1bbe636f5fb4f021b3b8478de19acc673 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
-rw-r--r--control/fan.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/control/fan.cpp b/control/fan.cpp
index 1326451..f11bf6f 100644
--- a/control/fan.cpp
+++ b/control/fan.cpp
@@ -84,9 +84,9 @@ void Fan::setSpeed(uint64_t speed)
auto service = getService(sensor);
auto method = _bus.new_method_call(service.c_str(),
- sensor.c_str(),
- PROPERTY_INTERFACE,
- "Set");
+ sensor.c_str(),
+ PROPERTY_INTERFACE,
+ "Set");
method.append(FAN_SENSOR_CONTROL_INTF, property, value);
auto response = _bus.call(method);
OpenPOWER on IntegriCloud