]> asedeno.scripts.mit.edu Git - linux.git/commit
regulator: max77802-regulator: fix indentation in if statement
authorColin Ian King <colin.king@canonical.com>
Tue, 12 Feb 2019 13:46:16 +0000 (13:46 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 12 Feb 2019 14:20:10 +0000 (14:20 +0000)
commitc79fba835ca8a5affe3564a7a2b4f90bbcdfde36
treebd729ee9a619019ee7629313959ecf23a3e4012b
parent7932a88052e1fa0acc082389d6505d524ee6c051
regulator: max77802-regulator: fix indentation in if statement

There are several lines in an if statement that are not indented
correctly. Fix these by removing the tabs.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/max77802-regulator.c