iio:light:tsl2722: Fix inconsistent spacing before } in id table

The final entry was missing a space. Tidy that up.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Gwendal Grignou <gwendal@chromium.org>
Link: https://lore.kernel.org/r/20211230174911.78291-15-jic23@kernel.org
This commit is contained in:
Jonathan Cameron 2021-12-30 17:49:09 +00:00
parent 04e543086c
commit 2d77524b07

View file

@ -1902,7 +1902,7 @@ static const struct i2c_device_id tsl2772_idtable[] = {
{ "tmd2672", tmd2672 },
{ "tsl2772", tsl2772 },
{ "tmd2772", tmd2772 },
{ "apds9930", apds9930},
{ "apds9930", apds9930 },
{}
};