summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadonce.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-15 13:26:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-15 13:26:21 +0000
commit3239698d1fe72364c85f7a76799421bfd90cc4d7 (patch)
treee341344cbac10c1e3988de8657b39cce6c4ec848 /cpukit/posix/src/pthreadonce.c
parentRemove unnecessary white spaces. (diff)
downloadrtems-3239698d1fe72364c85f7a76799421bfd90cc4d7.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit/posix/src/pthreadonce.c')
-rw-r--r--cpukit/posix/src/pthreadonce.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/posix/src/pthreadonce.c b/cpukit/posix/src/pthreadonce.c
index 3c19d7127f..b1371c8def 100644
--- a/cpukit/posix/src/pthreadonce.c
+++ b/cpukit/posix/src/pthreadonce.c
@@ -42,4 +42,3 @@ int pthread_once(
}
return 0;
}
-