summaryrefslogtreecommitdiff
path: root/ACE/ace/Task.cpp
diff options
context:
space:
mode:
authorMartin Corino <mcorino@remedy.nl>2015-05-20 10:40:43 +0200
committerMartin Corino <mcorino@remedy.nl>2015-05-20 10:40:43 +0200
commitec6f20a8ca583815a397de4f0085786199120b12 (patch)
treeb6bec11c5c58fb9e95dcb9ed73cd7c42df2a4c4a /ACE/ace/Task.cpp
parent68d717f0575e13550df7d5044403e2b983318481 (diff)
downloadATCD-ec6f20a8ca583815a397de4f0085786199120b12.tar.gz
Removed trailing whitespace.
Diffstat (limited to 'ACE/ace/Task.cpp')
-rw-r--r--ACE/ace/Task.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Task.cpp b/ACE/ace/Task.cpp
index e1ff0ca2c67..0c8c50db1d8 100644
--- a/ACE/ace/Task.cpp
+++ b/ACE/ace/Task.cpp
@@ -125,7 +125,7 @@ ACE_Task_Base::activate (long flags,
return 1; // Already active.
else
{
- if ((this->thr_count_ > 0 || grp_id == -1) &&
+ if ((this->thr_count_ > 0 || grp_id == -1) &&
this->grp_id_ != -1)
// If we're joining an existing group of threads then make
// sure to (re)use its group id.