summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2006-09-02 01:07:21 +0000
committermarcel <marcel@FreeBSD.org>2006-09-02 01:07:21 +0000
commit587bff4653dfd2311fe06e95a1880ad4b67111b7 (patch)
tree5a83c659c3fa0c7ef0742dafaf192e9b4747b4d2 /lib
parent7e86517989675f69374b80d131976744b0c819e3 (diff)
downloadFreeBSD-src-587bff4653dfd2311fe06e95a1880ad4b67111b7.zip
FreeBSD-src-587bff4653dfd2311fe06e95a1880ad4b67111b7.tar.gz
Whitespace fix.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/powerpc/gen/_set_tp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/powerpc/gen/_set_tp.c b/lib/libc/powerpc/gen/_set_tp.c
index cfedddc..5a89698 100644
--- a/lib/libc/powerpc/gen/_set_tp.c
+++ b/lib/libc/powerpc/gen/_set_tp.c
@@ -29,7 +29,7 @@
void
_set_tp(void *tpval)
{
- register void *tp __asm__("r2");
+ register void *tp __asm__("r2");
__asm __volatile("mr %0,%1" : "=r"(tp) : "r"((char*)tpval + 0x7008));
}
OpenPOWER on IntegriCloud