power: supply: abx500_chargalg: Fix code indentation
authorMadhuparna Bhowmik <madhuparnabhowmik04@gmail.com>
Tue, 15 Oct 2019 16:13:41 +0000 (21:43 +0530)
committerSebastian Reichel <sre@kernel.org>
Sun, 20 Oct 2019 12:54:31 +0000 (14:54 +0200)
commitbffc687cc6c2b2833a2ef6927db4468437b2ba37
treeb206c8dbceb300025b0e0fc6e2ebbda01d29b556
parentf2e5c49d221bd46c72d363ae595e47268bd1f420
power: supply: abx500_chargalg: Fix code indentation

Fixed Code indentation error caused due to using spaces
instead of tabs.

The error reported by checkpatch.pl is:
 ERROR: code indent should use tabs where possible

The warning reported by checkpatch.pl is:
 WARNING: please, no spaces at the start of a line

Signed-off-by: Madhuparna Bhowmik <madhuparnabhowmik04@gmail.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/abx500_chargalg.c