power: supply: axp288_fuel_gauge: Fix define alignment
authorHans de Goede <hdegoede@redhat.com>
Sun, 1 Aug 2021 13:30:56 +0000 (15:30 +0200)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Thu, 5 Aug 2021 16:54:52 +0000 (18:54 +0200)
commitf9ac97307b620a08b071a4db33ddb4a26c5b8eb0
tree0ca7e6a8d4825f6a5ed35dd554a6c1e1d5e90b8c
parentdaaca3156dd9832f57709cb858f10ff6b22a8821
power: supply: axp288_fuel_gauge: Fix define alignment

The values of various defines used in the driver are not aligned
properly when tabsize is set to 8 (I guess they were created with
a different tabsize).

Properly align the defines to make the code easier to read.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/axp288_fuel_gauge.c