summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/rtems/score/interrupts.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 11:08:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 11:08:36 +0000
commit84c5345224a93f1dc6b67db749b3d3e7020ac6cb (patch)
tree6234fbe51f02a766ece52732f3711860dc712054 /cpukit/score/cpu/i386/rtems/score/interrupts.h
parent2004-04-16 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-84c5345224a93f1dc6b67db749b3d3e7020ac6cb.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit/score/cpu/i386/rtems/score/interrupts.h')
-rw-r--r--cpukit/score/cpu/i386/rtems/score/interrupts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/cpu/i386/rtems/score/interrupts.h b/cpukit/score/cpu/i386/rtems/score/interrupts.h
index 73cf30b724..7024859392 100644
--- a/cpukit/score/cpu/i386/rtems/score/interrupts.h
+++ b/cpukit/score/cpu/i386/rtems/score/interrupts.h
@@ -8,7 +8,7 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
+ *
* $Id$
*
* Applications must not include this file directly.
@@ -70,6 +70,6 @@ typedef int (*rtems_raw_irq_is_enabled) (const struct __rtems_raw_irq_connect_d
#define _CPU_ISR_Disable( _level ) i386_disable_interrupts( _level )
#define _CPU_ISR_Enable( _level ) i386_enable_interrupts( _level )
-
+
#endif
#endif