summaryrefslogtreecommitdiff
path: root/Kconfig.zephyr
diff options
context:
space:
mode:
authorKumar Gala <kumar.gala@linaro.org>2016-05-24 18:17:13 -0500
committerKumar Gala <kumar.gala@linaro.org>2016-05-25 13:28:07 -0500
commit9ec2f3be802184718dca043434caa15ae609227e (patch)
tree55709838c1830030d57e5d8c66407b194c0778d3 /Kconfig.zephyr
parent171dab4f22117889fb3eee0bb28e0d4077905ee7 (diff)
Cleanup whitespace in Kconfig files
Convert leading whitespace into tabs in Kconfig files. Also replaced double spaces between config and <prompt>. Change-Id: I341c718ecf4143529b477c239bbde88e18f37062 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Diffstat (limited to 'Kconfig.zephyr')
-rw-r--r--Kconfig.zephyr4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kconfig.zephyr b/Kconfig.zephyr
index f124b23ad..99d04a395 100644
--- a/Kconfig.zephyr
+++ b/Kconfig.zephyr
@@ -17,8 +17,8 @@
# limitations under the License.
#
config KERNELVERSION
- string
- option env="KERNELVERSION"
+ string
+ option env="KERNELVERSION"
source "arch/Kconfig"