Index: firmware/App/Services/WatchdogMgmt.c =================================================================== diff -u -r4d7d40a27130dc813d653f044cbb856b1b7d8481 -ra8d919375cdb830f52e82e2d1c72c8153f5f58ca --- firmware/App/Services/WatchdogMgmt.c (.../WatchdogMgmt.c) (revision 4d7d40a27130dc813d653f044cbb856b1b7d8481) +++ firmware/App/Services/WatchdogMgmt.c (.../WatchdogMgmt.c) (revision a8d919375cdb830f52e82e2d1c72c8153f5f58ca) @@ -49,8 +49,8 @@ static WATCHDOG_SELF_TEST_STATE_T watchdogSelfTestState; ///< Watchdog self-test current state. static SELF_TEST_STATUS_T watchdogSelfTestStatus; ///< Watchdog self-test status. -static U32 watchdogSelfTestTimerCount = 0; ///< Watchdog self-test timer count. - +static U32 watchdogSelfTestTimerCount = 0; ///< Watchdog self-test timer count. + // ********** private function prototypes ********** static void resetWDTaskCheckIns( void ); @@ -102,8 +102,8 @@ // if all monitored tasks checked in, pet watchdog and clear the slate if ( ( TRUE == allTasksCheckedIn ) && ( didTimeout( lastWatchdogPetTime, MIN_WATCHDOG_PET_INTERVAL_MS ) ) ) - { - petWatchdog(); + { + petWatchdog(); resetWDTaskCheckIns(); }