soc: arm: designstart: Fix Kconfig LEADING_SPACE checkpatch problem

This is a trivial patch replacing the spaces at the beginning of the
line with tabs.  Otherwise checkpatch will not be happy with any
changes in here.

Signed-off-by: Detlev Zundel <dzu@member.fsf.org>
This commit is contained in:
Detlev Zundel 2021-02-05 13:50:43 +01:00 committed by Anas Nashif
parent 979c748e49
commit daf08da2f3

View File

@ -2,8 +2,8 @@
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_ARM_DESIGNSTART
bool "ARM DesignStart SoC Series"
select ARM
select SOC_FAMILY_ARM
help
Enable support for the ARM DesignStart SoC Series
bool "ARM DesignStart SoC Series"
select ARM
select SOC_FAMILY_ARM
help
Enable support for the ARM DesignStart SoC Series