2007-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>

* score/src/watchdogtickle.c: Remove tabs.
This commit is contained in:
Joel Sherrill
2007-09-14 14:31:29 +00:00
parent d1f0701909
commit eb8e793a0b
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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: