Re: [PATCH 11/13] staging: iio: tsl2x7x: fix alignment of break statements

2017-10-21 Thread Jonathan Cameron
On Thu, 19 Oct 2017 16:06:30 -0400 Brian Masney wrote: > 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 Applied. > --- > drivers/staging/iio/light/tsl2x7x.c | 4 ++-- > 1 file changed, 2

[PATCH 11/13] staging: iio: tsl2x7x: fix alignment of break statements

2017-10-19 Thread Brian Masney
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 --- drivers/staging/iio/light/tsl2x7x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/iio/light/tsl2x7x.c