OSDN Git Service

staging: iio: tsl2x7x: fix alignment of break statements
authorBrian Masney <masneyb@onstation.org>
Thu, 19 Oct 2017 20:06:30 +0000 (16:06 -0400)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 21 Oct 2017 17:44:15 +0000 (18:44 +0100)
commit3d8e44002906de59836ac39244ea172b1be6165e
tree1e694b9e7cfac41b6213969a5a7b9276b3a29f17
parent271bd2c67677314db3985fcc8bc1fd83356e1d81
staging: iio: tsl2x7x: fix alignment of break statements

Correct the alignment of the break statements to match the alignment of
the rest of the code within the case statements.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/staging/iio/light/tsl2x7x.c