From 7fa919fc75cce8e0422931d64d37cfc231b87923 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 8 Sep 2008 15:19:16 +0000 Subject: 2008-09-08 Joel Sherrill * rtems/score/cpu.h: Remove extraneous spaces. --- cpukit/score/cpu/nios2/ChangeLog | 4 ++++ cpukit/score/cpu/nios2/rtems/score/cpu.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit/score/cpu/nios2') diff --git a/cpukit/score/cpu/nios2/ChangeLog b/cpukit/score/cpu/nios2/ChangeLog index 5011ef3afe..9d040aed41 100644 --- a/cpukit/score/cpu/nios2/ChangeLog +++ b/cpukit/score/cpu/nios2/ChangeLog @@ -1,3 +1,7 @@ +2008-09-08 Joel Sherrill + + * rtems/score/cpu.h: Remove extraneous spaces. + 2008-08-21 Ralf Corsépius * rtems/score/types.h: Include stdbool.h. diff --git a/cpukit/score/cpu/nios2/rtems/score/cpu.h b/cpukit/score/cpu/nios2/rtems/score/cpu.h index 6a7d8ac29e..0bfbd430df 100644 --- a/cpukit/score/cpu/nios2/rtems/score/cpu.h +++ b/cpukit/score/cpu/nios2/rtems/score/cpu.h @@ -899,7 +899,7 @@ uint32_t _CPU_ISR_Get_level( void ); _isr, _entry_point, _is_fp ) \ do { \ extern char _gp[]; \ - uint32_t _stack = (uint32_t )(_stack_base) + (_size) - 4; \ + uint32_t _stack = (uint32_t)(_stack_base) + (_size) - 4; \ (_the_context)->gp = (void *)_gp; \ (_the_context)->fp = (void *)_stack; \ (_the_context)->sp = (void *)_stack; \ -- cgit v1.2.3