diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-06-17 22:23:12 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-06-18 21:09:06 +0200 |
commit | 7c96b50aac61bcfbfbd7e2ef56396303a856d785 (patch) | |
tree | 223031bb4221cd89ece815e38b065cd3d4cc8dee /package/x11r7/pthread-stubs | |
parent | 9cf295017d21233806528d6a3538c9724913db8b (diff) | |
download | buildroot-novena-7c96b50aac61bcfbfbd7e2ef56396303a856d785.tar.gz buildroot-novena-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>
Diffstat (limited to 'package/x11r7/pthread-stubs')
-rw-r--r-- | package/x11r7/pthread-stubs/Config.in | 7 |
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/ |