Commit d23057e0 authored by Slawomir Stepien's avatar Slawomir Stepien Committed by Jonathan Cameron

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: default avatarSlawomir Stepien <sst@poczta.fm>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent f6aa8eaf
...@@ -115,7 +115,7 @@ int hid_sensor_power_state(struct hid_sensor_common *st, bool state) ...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment