summaryrefslogtreecommitdiff
path: root/ace/Task_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Task_T.cpp')
-rw-r--r--ace/Task_T.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/Task_T.cpp b/ace/Task_T.cpp
index 17c4612e67e..b6425369a05 100644
--- a/ace/Task_T.cpp
+++ b/ace/Task_T.cpp
@@ -56,8 +56,7 @@ ACE_Task<ACE_SYNCH_USE>::ACE_Task (ACE_Thread_Manager *thr_man,
if (mq == 0)
{
- ACE_NEW (mq,
- ACE_Message_Queue<ACE_SYNCH_USE>);
+ ACE_NEW (mq, ACE_Message_Queue<ACE_SYNCH_USE>);
this->delete_msg_queue_ = 1;
}