9p: Fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 20 Nov 2019 13:43:40 +0000 (21:43 +0800)
committerDominique Martinet <dominique.martinet@cea.fr>
Fri, 27 Mar 2020 09:29:56 +0000 (09:29 +0000)
commit1f5bd6a2020178e90ccf50a05bccda9883c442ae
tree91be40919e2334604b1934a74e11e02208e8009f
parent16fbf79b0f83bc752cee8589279f1ebfe57b3b6e
9p: 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

Link: http://lkml.kernel.org/r/20191120134340.16770-1-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Dominique Martinet <dominique.martinet@cea.fr>
fs/9p/Kconfig