summaryrefslogtreecommitdiff
path: root/pthread/pt-alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'pthread/pt-alloc.c')
-rw-r--r--pthread/pt-alloc.c2
1 files changed, 1 insertions, 1 deletions
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;