Input: fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Fri, 22 Nov 2019 22:49:30 +0000 (14:49 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 22 Nov 2019 23:19:19 +0000 (15:19 -0800)
commitbcf1e034d3aae39d27371b51916359ea7501db01
tree21934e08c04fe6b360d53973e16d8ac2cea6b5af
parentdffe969aa7abfd866bc86780762a6aafa196d286
Input: 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>
Link: https://lore.kernel.org/r/1574306373-29581-1-git-send-email-krzk@kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/Kconfig
drivers/input/mouse/Kconfig
drivers/input/tablet/Kconfig
drivers/input/touchscreen/Kconfig