From df4fcaa0afa6c8878f1b44aa8bf1bdceea3863b9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 8 Sep 2008 15:19:23 +0000 Subject: 2008-09-08 Joel Sherrill * cpu.c: Remove extraneous spaces. --- cpukit/score/cpu/bfin/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/bfin/cpu.c') diff --git a/cpukit/score/cpu/bfin/cpu.c b/cpukit/score/cpu/bfin/cpu.c index 8f90229267..a4be8da23f 100644 --- a/cpukit/score/cpu/bfin/cpu.c +++ b/cpukit/score/cpu/bfin/cpu.c @@ -202,7 +202,7 @@ void _CPU_Context_Initialize( ) { uint32_t stack_high; /* highest "stack aligned" address */ - stack_high = ((uint32_t )(stack_base) + size); + stack_high = ((uint32_t)(stack_base) + size); the_context->register_sp = stack_high; the_context->register_rets = (uint32_t) entry_point; -- cgit v1.2.3