summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-14 14:31:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-14 14:31:29 +0000
commiteb8e793a0b776d64291211b3784678b37a18fbf6 (patch)
treef2e5060e07d9fa7dcf48403156d784b604744cfa /cpukit
parent2007-09-13 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-eb8e793a0b776d64291211b3784678b37a18fbf6.tar.bz2
2007-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/src/watchdogtickle.c: Remove tabs.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/score/src/watchdogtickle.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 168b686068..f649a1c7af 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * score/src/watchdogtickle.c: Remove tabs.
+
2007-09-13 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1259/rtems
diff --git a/cpukit/score/src/watchdogtickle.c b/cpukit/score/src/watchdogtickle.c
index 2fca11b8ac..b86b6e064b 100644
--- a/cpukit/score/src/watchdogtickle.c
+++ b/cpukit/score/src/watchdogtickle.c
@@ -86,9 +86,9 @@ void _Watchdog_Tickle(
}
do {
- watchdog_state = _Watchdog_Remove( the_watchdog );
+ watchdog_state = _Watchdog_Remove( the_watchdog );
- _ISR_Enable( level );
+ _ISR_Enable( level );
switch( watchdog_state ) {
case WATCHDOG_ACTIVE: