summaryrefslogtreecommitdiff
path: root/common/src/txe_queue_info_get.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/txe_queue_info_get.c')
-rw-r--r--common/src/txe_queue_info_get.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/src/txe_queue_info_get.c b/common/src/txe_queue_info_get.c
index 256c186a..f60e3d97 100644
--- a/common/src/txe_queue_info_get.c
+++ b/common/src/txe_queue_info_get.c
@@ -92,7 +92,7 @@ UINT status;
/* Queue pointer is invalid, return appropriate error code. */
status = TX_QUEUE_ERROR;
}
-
+
/* Now check for a valid queue ID. */
else if (queue_ptr -> tx_queue_id != TX_QUEUE_ID)
{
@@ -104,7 +104,7 @@ UINT status;
{
/* Otherwise, call the actual queue information get service. */
- status = _tx_queue_info_get(queue_ptr, name, enqueued, available_storage, first_suspended,
+ status = _tx_queue_info_get(queue_ptr, name, enqueued, available_storage, first_suspended,
suspended_count, next_queue);
}