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>
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 @@
         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);