platform/chrome: cros_ec: Fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 20 Nov 2019 13:40:13 +0000 (21:40 +0800)
committerEnric Balletbo i Serra <enric.balletbo@collabora.com>
Wed, 20 Nov 2019 15:08:12 +0000 (16:08 +0100)
commit379c02ebcc9a30d1697923c10628ca32283675ff
tree5e6784298444bafebe9e6c50aadbf11cfeb4b396
parent119a3cb6d687259f2be333351c1c5d634204e68b
platform/chrome: cros_ec: Fix Kconfig indentation

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^        /\t/' -i */Kconfig

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
drivers/platform/chrome/Kconfig