From dacdda304b8a7a2a10bc03ae36b1d75b728ba149 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 24 May 2011 02:44:58 +0000 Subject: Remove white-spaces. --- cpukit/score/include/rtems/score/percpu.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'cpukit/score/include/rtems/score/percpu.h') diff --git a/cpukit/score/include/rtems/score/percpu.h b/cpukit/score/include/rtems/score/percpu.h index 1ba5b3d6d2..2631235f06 100644 --- a/cpukit/score/include/rtems/score/percpu.h +++ b/cpukit/score/include/rtems/score/percpu.h @@ -13,7 +13,7 @@ * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * - * $Id$ + * $Id$ */ #ifndef _RTEMS_PERCPU_H @@ -64,7 +64,7 @@ typedef struct Thread_Control_struct Thread_Control; #endif typedef enum { - + /** * This defines the constant used to indicate that the cpu code is in * its initial powered up start. @@ -92,17 +92,17 @@ typedef enum { typedef struct { #if defined(RTEMS_SMP) /** This element is used to lock this structure */ - SMP_lock_spinlock_simple_Control lock; + SMP_lock_spinlock_simple_Control lock; /** This indicates that the CPU is online. */ - uint32_t state; + uint32_t state; /** * This is the request for the interrupt. - * + * * @note This may become a chain protected by atomic instructions. */ - uint32_t message; + uint32_t message; #endif #if (CPU_ALLOCATE_INTERRUPT_STACK == TRUE) || \ -- cgit v1.2.3