net: 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>
Acked-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Krzysztof Kozlowski
2019-09-23 17:52:42 +02:00
committed by David S. Miller
parent 34b7bb2995
commit bf69abad27
8 changed files with 94 additions and 94 deletions

View File

@@ -23,6 +23,6 @@ config RDS_TCP
This transport does not support RDMA operations.
config RDS_DEBUG
bool "RDS debugging messages"
bool "RDS debugging messages"
depends on RDS
default n
default n