diff mbox

pthread-stubs: fix incorrect indentation

Message ID 1340007792-7548-1-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit 7c96b50aac61bcfbfbd7e2ef56396303a856d785
Headers show

Commit Message

Thomas Petazzoni June 18, 2012, 8:23 a.m. UTC
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/x11r7/pthread-stubs/Config.in |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Comments

Peter Korsgaard June 18, 2012, 7:09 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Committed, thanks.
diff mbox

Patch

diff --git a/package/x11r7/pthread-stubs/Config.in b/package/x11r7/pthread-stubs/Config.in
index de13e87..c17f7da 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/