Browse Source

staging: iio: accel: sca3000: remove extra space

fix checkpatch.pl warning about 'Statements should start on a
tabstop'

Signed-off-by: Clifton Barnes <clifton.a.barnes@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Clifton Barnes 9 years ago
parent
commit
a5211b0d06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/iio/accel/sca3000_core.c

+ 1 - 1
drivers/staging/iio/accel/sca3000_core.c

@@ -412,7 +412,7 @@ static const struct iio_event_spec sca3000_event = {
 		},						\
 		.event_spec = &sca3000_event,			\
 		.num_event_specs = 1,				\
-	 }
+	}
 
 static const struct iio_chan_spec sca3000_channels[] = {
 	SCA3000_CHAN(0, IIO_MOD_X),