summaryrefslogtreecommitdiff
path: root/ACE/ace/Future_Set.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2009-12-14 02:17:22 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2009-12-14 02:17:22 +0000
commit27e7e45717e7311a9b4749c3d3a2234622dcd3fd (patch)
tree34986de0ff706447fb282151ab4712a961cca854 /ACE/ace/Future_Set.cpp
parenta43905a53603fbe09ace8562d48c8634f5094d3b (diff)
downloadATCD-27e7e45717e7311a9b4749c3d3a2234622dcd3fd.tar.gz
ChangeLogTag:Thu
Diffstat (limited to 'ACE/ace/Future_Set.cpp')
-rw-r--r--ACE/ace/Future_Set.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Future_Set.cpp b/ACE/ace/Future_Set.cpp
index 3d04fe9ed5d..3bd4abe8156 100644
--- a/ACE/ace/Future_Set.cpp
+++ b/ACE/ace/Future_Set.cpp
@@ -71,7 +71,7 @@ ACE_Future_Set<T>::insert (ACE_Future<T> &future)
// If a new map entry was created, then attach to the future,
// otherwise we were already attached to the future or some error
// occurred so just delete the future holder.
- if ( result == 0 )
+ if (result == 0)
// Attach ourself to the ACE_Futures list of observer
future.attach (this);
else