summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/watchdogadjust.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-25 22:29:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-25 22:29:58 +0000
commitb2d67fdc44cc2641a859303e5d2c1f86085d489e (patch)
tree5be8288318e915cfa805471eab937a9602c5e6da /cpukit/score/src/watchdogadjust.c
parent2008-11-25 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b2d67fdc44cc2641a859303e5d2c1f86085d489e.tar.bz2
2008-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/watchdogadjust.c, score/src/watchdogtickle.c: Spacing.
Diffstat (limited to 'cpukit/score/src/watchdogadjust.c')
-rw-r--r--cpukit/score/src/watchdogadjust.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/src/watchdogadjust.c b/cpukit/score/src/watchdogadjust.c
index 42cfbcaf8c..89d4859906 100644
--- a/cpukit/score/src/watchdogadjust.c
+++ b/cpukit/score/src/watchdogadjust.c
@@ -68,11 +68,11 @@ void _Watchdog_Adjust(
units -= _Watchdog_First( header )->delta_interval;
_Watchdog_First( header )->delta_interval = 1;
- _ISR_Enable( level );
+ _ISR_Enable( level );
_Watchdog_Tickle( header );
- _ISR_Disable( level );
+ _ISR_Disable( level );
if ( _Chain_Is_empty( header ) )
break;