summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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