summaryrefslogtreecommitdiff
path: root/common/src/txe_thread_preemption_change.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/txe_thread_preemption_change.c')
-rw-r--r--common/src/txe_thread_preemption_change.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/txe_thread_preemption_change.c b/common/src/txe_thread_preemption_change.c
index ab813372..8cfee279 100644
--- a/common/src/txe_thread_preemption_change.c
+++ b/common/src/txe_thread_preemption_change.c
@@ -87,7 +87,7 @@ UINT status;
/* Thread pointer is invalid, return appropriate error code. */
status = TX_THREAD_ERROR;
}
-
+
/* Now check for invalid thread ID. */
else if (thread_ptr -> tx_thread_id != TX_THREAD_ID)
{