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, 2 insertions, 1 deletions
diff --git a/ace/Task_T.cpp b/ace/Task_T.cpp
index b6425369a05..17c4612e67e 100644
--- a/ace/Task_T.cpp
+++ b/ace/Task_T.cpp
@@ -56,7 +56,8 @@ 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;
}