summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_Queue_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Timer_Queue_T.cpp')
-rw-r--r--ACE/ace/Timer_Queue_T.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ACE/ace/Timer_Queue_T.cpp b/ACE/ace/Timer_Queue_T.cpp
index b7cf0bb40dd..4643090ecd5 100644
--- a/ACE/ace/Timer_Queue_T.cpp
+++ b/ACE/ace/Timer_Queue_T.cpp
@@ -265,8 +265,7 @@ ACE_Timer_Queue_T<TYPE, FUNCTOR, ACE_LOCK>::expire (const ACE_Time_Value &cur_ti
ACE_Timer_Node_Dispatch_Info_T<TYPE> info;
- while ((result = this->dispatch_info_i (cur_time,
- info)) != 0)
+ while ((result = this->dispatch_info_i (cur_time, info)) != 0)
{
const void *upcall_act = 0;