isdn: 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: David S. Miller <davem@davemloft.net>
This commit is contained in:
Krzysztof Kozlowski 2019-11-20 21:41:20 +08:00 committed by David S. Miller
parent 041ccdb620
commit f01b437d12

View file

@ -10,7 +10,7 @@ config MISDN_HFCPCI
depends on PCI depends on PCI
help help
Enable support for cards with Cologne Chip AG's Enable support for cards with Cologne Chip AG's
HFC PCI chip. HFC PCI chip.
config MISDN_HFCMULTI config MISDN_HFCMULTI
tristate "Support for HFC multiport cards (HFC-4S/8S/E1)" tristate "Support for HFC multiport cards (HFC-4S/8S/E1)"