summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni2012-06-18 00:23:12 +0200
committerPeter Korsgaard2012-06-18 21:09:06 +0200
commit7c96b50aac61bcfbfbd7e2ef56396303a856d785 (patch)
tree223031bb4221cd89ece815e38b065cd3d4cc8dee
parentcollectd: needs thread support (diff)
downloadbuildroot-7c96b50aac61bcfbfbd7e2ef56396303a856d785.tar.gz
buildroot-7c96b50aac61bcfbfbd7e2ef56396303a856d785.tar.xz
buildroot-7c96b50aac61bcfbfbd7e2ef56396303a856d785.zip
pthread-stubs: fix incorrect indentation
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--package/x11r7/pthread-stubs/Config.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/package/x11r7/pthread-stubs/Config.in b/package/x11r7/pthread-stubs/Config.in
index de13e87b9..c17f7da2a 100644
--- a/package/x11r7/pthread-stubs/Config.in
+++ b/package/x11r7/pthread-stubs/Config.in
@@ -1,8 +1,7 @@
config BR2_PACKAGE_PTHREAD_STUBS
bool "pthread-stubs"
help
- This library provides weak aliases for pthread functions not
- provided in libc or otherwise available by default.
-
- http://xcb.freedesktop.org/
+ This library provides weak aliases for pthread functions not
+ provided in libc or otherwise available by default.
+ http://xcb.freedesktop.org/