From ee35caa0b3a177b9e30cc9608c5cd2f70c868b54 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sat, 2 Sep 2006 01:07:21 +0000 Subject: [PATCH] Whitespace fix. --- lib/libc/powerpc/gen/_set_tp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/powerpc/gen/_set_tp.c b/lib/libc/powerpc/gen/_set_tp.c index cfedddc9dd3..5a89698b82c 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)); }