summaryrefslogtreecommitdiff
path: root/common_smp/src
diff options
context:
space:
mode:
Diffstat (limited to 'common_smp/src')
-rw-r--r--common_smp/src/tx_thread_system_resume.c1
-rw-r--r--common_smp/src/tx_thread_system_suspend.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/common_smp/src/tx_thread_system_resume.c b/common_smp/src/tx_thread_system_resume.c
index 256c06f2..476af380 100644
--- a/common_smp/src/tx_thread_system_resume.c
+++ b/common_smp/src/tx_thread_system_resume.c
@@ -960,4 +960,3 @@ VOID _tx_thread_system_ni_resume(TX_THREAD *thread_ptr)
_tx_thread_system_resume(thread_ptr);
}
#endif
-
diff --git a/common_smp/src/tx_thread_system_suspend.c b/common_smp/src/tx_thread_system_suspend.c
index d5bf5cc7..a64b4efa 100644
--- a/common_smp/src/tx_thread_system_suspend.c
+++ b/common_smp/src/tx_thread_system_suspend.c
@@ -984,4 +984,3 @@ VOID _tx_thread_system_ni_suspend(TX_THREAD *thread_ptr, ULONG timeout)
_tx_thread_system_suspend(thread_ptr);
}
#endif
-