fuse: fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 20 Nov 2019 13:43:32 +0000 (21:43 +0800)
committerMiklos Szeredi <mszeredi@redhat.com>
Wed, 27 Nov 2019 08:35:20 +0000 (09:35 +0100)
commit8d66fcb7488486bf144eab852e87e03a45e0fd3a
tree223a8db75c855d294ec82bd67bc4d5c130c3a368
parentf1ebdeffc6f325e30e0ddb9f7a70f1370fa4b851
fuse: 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: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/Kconfig