regulator: fix indentation issue
authorColin Ian King <colin.king@canonical.com>
Sun, 20 Sep 2020 14:24:54 +0000 (15:24 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 21 Sep 2020 23:45:14 +0000 (00:45 +0100)
commitbe35cc4695aa1b26d00b30bfd1d8408eddd357ec
treefe5ffc0f8da35a8d8fa0670ec45a2a367a337925
parent4c9db39361da5dcf0e77f4aeb4817be3bf7d626b
regulator: fix indentation issue

There is a return statement that is indented with an extra
space, fix this by removing it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20200920142454.33352-1-colin.king@canonical.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/core.c