summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/bfin/interrupt
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/bfin/interrupt')
-rw-r--r--c/src/lib/libcpu/bfin/interrupt/interrupt.c4
-rw-r--r--c/src/lib/libcpu/bfin/interrupt/interrupt.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libcpu/bfin/interrupt/interrupt.c b/c/src/lib/libcpu/bfin/interrupt/interrupt.c
index 43cf33aea4..b8e353b048 100644
--- a/c/src/lib/libcpu/bfin/interrupt/interrupt.c
+++ b/c/src/lib/libcpu/bfin/interrupt/interrupt.c
@@ -1,5 +1,5 @@
/* Support for Blackfin interrupt controller
- *
+ *
* Copyright (c) 2008 Kallisti Labs, Los Gatos, CA, USA
* written by Allan Hessenflow <allanh@kallisti.com>
*
@@ -9,7 +9,7 @@
*
* $Id$
*/
-
+
#include <rtems.h>
#include <rtems/libio.h>
diff --git a/c/src/lib/libcpu/bfin/interrupt/interrupt.h b/c/src/lib/libcpu/bfin/interrupt/interrupt.h
index 85de1f7dba..bf12258268 100644
--- a/c/src/lib/libcpu/bfin/interrupt/interrupt.h
+++ b/c/src/lib/libcpu/bfin/interrupt/interrupt.h
@@ -73,7 +73,7 @@ void bfin_interrupt_enable_all(int source, bool enable);
/* disable a source independently of the individual ISR enables (starts
out all enabled) */
void bfin_interrupt_enable_global(int source, bool enable);
-
+
#ifdef __cplusplus
}
#endif