diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-11-11 17:23:23 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-11 22:19:30 +0100 |
commit | bed4e27868aaefb3b82dca9ba076415bec368557 (patch) | |
tree | 478b89dc5a865eeb4b3b0067fab6e7c78ba2a3d0 /package/xenomai | |
parent | c2255e00f3ead5d9a55d81f503be269b555fbed5 (diff) | |
download | buildroot-bed4e27868aaefb3b82dca9ba076415bec368557.tar.gz buildroot-bed4e27868aaefb3b82dca9ba076415bec368557.zip |
Config.in files: whitespace cleanup
This patch fixes the following whitespace problems in Config.in files:
- trailing whitespace
- spaces instead of tabs for indentation
- help text not indented with tab + 2 spaces
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/xenomai')
-rw-r--r-- | package/xenomai/Config.in | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/package/xenomai/Config.in b/package/xenomai/Config.in index 0d5f494e10..02b6d0f223 100644 --- a/package/xenomai/Config.in +++ b/package/xenomai/Config.in @@ -46,56 +46,56 @@ config BR2_PACKAGE_XENOMAI_VERSION Kernel -> Linux Kernel Extensions menu. config BR2_PACKAGE_XENOMAI_TESTSUITE - bool "Install testsuite" - help - This option allows to install the Xenomai test programs. + bool "Install testsuite" + help + This option allows to install the Xenomai test programs. config BR2_PACKAGE_XENOMAI_RTCAN - bool "RTCan utilities" - help - This option allows to install the Xenomai RT-CAN utilities. + bool "RTCan utilities" + help + This option allows to install the Xenomai RT-CAN utilities. config BR2_PACKAGE_XENOMAI_ANALOGY - bool "Analogy libs and utils" - help - This option allows to install the Xenomai Analogy utilities - and libraries + bool "Analogy libs and utils" + help + This option allows to install the Xenomai Analogy utilities + and libraries config BR2_PACKAGE_XENOMAI_NATIVE_SKIN - bool "Native skin library" - default y - help - This option allows to install the Native Xenomai skin + bool "Native skin library" + default y + help + This option allows to install the Native Xenomai skin config BR2_PACKAGE_XENOMAI_POSIX_SKIN - bool "POSIX skin library" - default y - help - This option allows to install the POSIX Xenomai skin + bool "POSIX skin library" + default y + help + This option allows to install the POSIX Xenomai skin config BR2_PACKAGE_XENOMAI_VXWORKS_SKIN - bool "VX-Works skin library" - help - This option allows to install the VX-Works Xenomai skin + bool "VX-Works skin library" + help + This option allows to install the VX-Works Xenomai skin config BR2_PACKAGE_XENOMAI_PSOS_SKIN - bool "PSOS skin library" - help - This option allows to install the PSOS Xenomai skin + bool "PSOS skin library" + help + This option allows to install the PSOS Xenomai skin config BR2_PACKAGE_XENOMAI_RTAI_SKIN - bool "RTAI skin library" - help - This option allows to install the RTAI Xenomai skin + bool "RTAI skin library" + help + This option allows to install the RTAI Xenomai skin config BR2_PACKAGE_XENOMAI_UITRON_SKIN - bool "uiTron skin library" - help - This option allows to install the uiTron Xenomai skin + bool "uiTron skin library" + help + This option allows to install the uiTron Xenomai skin config BR2_PACKAGE_XENOMAI_VRTX_SKIN - bool "VRTX skin library" - help - This option allows to install the VRTX Xenomai skin + bool "VRTX skin library" + help + This option allows to install the VRTX Xenomai skin endif |