summaryrefslogtreecommitdiffstats
path: root/package/uclibc
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-04-22 13:17:47 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-29 17:13:48 +0200
commit49d907e39a4a16c75a9c23aa445dcb9996c55472 (patch)
tree8cb0bf1c3ab4c542c8207fc545fd25f90a644370 /package/uclibc
parente591cf43b1d985001fd384486a3e4ab609fceac4 (diff)
downloadbuildroot-49d907e39a4a16c75a9c23aa445dcb9996c55472.tar.gz
buildroot-49d907e39a4a16c75a9c23aa445dcb9996c55472.zip
package: clean up indentation warnings in Config.in files
The check-package script when ran gives warnings on indentation issues on all of these Config.in files. This patch cleans up warnings related to the indentation of the Config.in files in the package directory Signed-off-by: Adam Duskett <Adamduskett@outlook.com> [Thomas: do not change package/kodi/Config.in and package/x11r7/Config.in.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/uclibc')
-rw-r--r--package/uclibc/Config.in28
1 files changed, 14 insertions, 14 deletions
diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
index 28d2bccb58..bfce45c28d 100644
--- a/package/uclibc/Config.in
+++ b/package/uclibc/Config.in
@@ -45,20 +45,20 @@ choice
Use this option to select the thread library implementation
that should be used in your toolchain.
- config BR2_PTHREADS_NATIVE
- bool "Native POSIX Threading (NPTL)"
- select BR2_TOOLCHAIN_HAS_THREADS
- select BR2_TOOLCHAIN_HAS_THREADS_NPTL
- depends on BR2_USE_MMU
- depends on !BR2_m68k && !BR2_microblaze && !BR2_or1k
-
- config BR2_PTHREADS
- bool "linuxthreads"
- select BR2_TOOLCHAIN_HAS_THREADS
- depends on BR2_bfin || BR2_m68k || BR2_microblaze || BR2_or1k || BR2_arm || BR2_armeb || BR2_xtensa
-
- config BR2_PTHREADS_NONE
- bool "none"
+config BR2_PTHREADS_NATIVE
+ bool "Native POSIX Threading (NPTL)"
+ select BR2_TOOLCHAIN_HAS_THREADS
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
+ depends on BR2_USE_MMU
+ depends on !BR2_m68k && !BR2_microblaze && !BR2_or1k
+
+config BR2_PTHREADS
+ bool "linuxthreads"
+ select BR2_TOOLCHAIN_HAS_THREADS
+ depends on BR2_bfin || BR2_m68k || BR2_microblaze || BR2_or1k || BR2_arm || BR2_armeb || BR2_xtensa
+
+config BR2_PTHREADS_NONE
+ bool "none"
endchoice
OpenPOWER on IntegriCloud