summaryrefslogtreecommitdiffstats
path: root/c/src/librtems++/include/rtems++/rtemsInterrupt.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-28 05:48:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-28 05:48:23 +0000
commit1c9a4c7546b4b4a20d4c6976b16de4982c37a760 (patch)
treeab8521e9f56f8b0c097036c88eb4a9f4ae16b51e /c/src/librtems++/include/rtems++/rtemsInterrupt.h
parentRegenerate. (diff)
downloadrtems-1c9a4c7546b4b4a20d4c6976b16de4982c37a760.tar.bz2
White space removal.
Diffstat (limited to 'c/src/librtems++/include/rtems++/rtemsInterrupt.h')
-rw-r--r--c/src/librtems++/include/rtems++/rtemsInterrupt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/librtems++/include/rtems++/rtemsInterrupt.h b/c/src/librtems++/include/rtems++/rtemsInterrupt.h
index 0c4f4f0d11..93d4195bf2 100644
--- a/c/src/librtems++/include/rtems++/rtemsInterrupt.h
+++ b/c/src/librtems++/include/rtems++/rtemsInterrupt.h
@@ -66,10 +66,10 @@ protected:
// called after the interrupt is caught and it goes off
virtual void handler() = 0;
- // chain to the previous handler,
+ // chain to the previous handler,
inline void chain() const;
-private:
+private:
const rtemsInterrupt& operator=(const rtemsInterrupt& );
rtemsInterrupt(const rtemsInterrupt& );