summaryrefslogtreecommitdiff
path: root/ace/Handle_Set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Handle_Set.cpp')
-rw-r--r--ace/Handle_Set.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Handle_Set.cpp b/ace/Handle_Set.cpp
index 6860f061b91..5bcbe44561c 100644
--- a/ace/Handle_Set.cpp
+++ b/ace/Handle_Set.cpp
@@ -386,8 +386,8 @@ ACE_Handle_Set_Iterator::operator () (void)
while (lsb >>= 1)
this->handle_index_++;
}
- else
- {
+ else
+ {
// Find the least significative bit.
lsb &= ~(lsb - 1);