summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/watchdogtickle.c
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/score/src/watchdogtickle.c
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/score/src/watchdogtickle.c')
-rw-r--r--cpukit/score/src/watchdogtickle.c4
1 files changed, 2 insertions, 2 deletions
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: