iio: gyro: clean up indentation issue

There is a return statement that is indented incorrectly, add in
the missing tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
Colin Ian King 2019-09-25 13:32:53 +01:00 коммит произвёл Jonathan Cameron
Родитель 76510ec692
Коммит 4dbc54c559
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -154,7 +154,7 @@ static int itg3200_write_raw(struct iio_dev *indio_dev,
t);
mutex_unlock(&indio_dev->mlock);
return ret;
return ret;
default:
return -EINVAL;