summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
Diffstat (limited to 'c/src')
-rw-r--r--c/src/exec/score/src/watchdog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/score/src/watchdog.c b/c/src/exec/score/src/watchdog.c
index 3017b2f99f..f427d96212 100644
--- a/c/src/exec/score/src/watchdog.c
+++ b/c/src/exec/score/src/watchdog.c
@@ -50,8 +50,8 @@ Watchdog_States _Watchdog_Remove(
Watchdog_Control *the_watchdog
)
{
- ISR_Level level;
- Watchdog_States previous_state;
+ ISR_Level level;
+ Watchdog_States previous_state;
Watchdog_Control *next_watchdog;
_ISR_Disable( level );