From e71f7804caa6352ba4cec3aaf04800c9a3f88d48 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 25 Jan 2018 02:23:02 +0100 Subject: Fix spurious whitespaces --- pthread/pt-alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread/pt-alloc.c') diff --git a/pthread/pt-alloc.c b/pthread/pt-alloc.c index 21063d5..e34a043 100644 --- a/pthread/pt-alloc.c +++ b/pthread/pt-alloc.c @@ -28,7 +28,7 @@ /* This braindamage is necessary because the standard says that some of the threads functions "shall fail" if "No thread could be found corresponding to that specified by the given thread ID." */ - + /* Thread ID lookup table. */ struct __pthread **__pthread_threads; -- cgit v1.2.3