staging: iio: tsl2583: fix alignment of #define values
authorBrian Masney <masneyb@onstation.org>
Sat, 12 Nov 2016 18:19:24 +0000 (13:19 -0500)
committerJonathan Cameron <jic23@kernel.org>
Sun, 13 Nov 2016 13:07:22 +0000 (13:07 +0000)
commit8391c882ac8e1ba8d14e658b5a7f8bc9ab467f09
treeb71b93e24ae6a6199a5fffd12907be9c053771f5
parent686c592284d3ba3ed4e63921e60da0d62c754c85
staging: iio: tsl2583: fix alignment of #define values

Most of the values in the #defines have their values aligned on a single
column, but some do not. This changes the remaining defines to use
consistent alignment with the majority to improve code readability.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/light/tsl2583.c