summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/watchdogtickle.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/watchdogtickle.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/watchdogtickle.c')
-rw-r--r--cpukit/score/src/watchdogtickle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/watchdogtickle.c b/cpukit/score/src/watchdogtickle.c
index b86b6e064b..e5482e7ca2 100644
--- a/cpukit/score/src/watchdogtickle.c
+++ b/cpukit/score/src/watchdogtickle.c
@@ -118,7 +118,7 @@ void _Watchdog_Tickle(
break;
}
- _ISR_Disable( level );
+ _ISR_Disable( level );
the_watchdog = _Watchdog_First( header );
} while ( !_Chain_Is_empty( header ) &&