mirror of https://gitee.com/openkylin/linux.git
iio: common: hid-sensors: use tab for indention
This fixes the error reported by checkpatch.pl: ERROR: code indent should use tabs where possible Signed-off-by: Slawomir Stepien <sst@poczta.fm> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
f6aa8eaf5d
commit
d23057e0ca
|
@ -115,7 +115,7 @@ int hid_sensor_power_state(struct hid_sensor_common *st, bool state)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
#else
|
#else
|
||||||
atomic_set(&st->user_requested_state, state);
|
atomic_set(&st->user_requested_state, state);
|
||||||
return _hid_sensor_power_state(st, state);
|
return _hid_sensor_power_state(st, state);
|
||||||
|
|
Loading…
Reference in New Issue