summaryrefslogtreecommitdiff
path: root/ace/Handle_Set.cpp
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-10 21:48:59 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-10 21:48:59 +0000
commitb7ca2eab79720cb9de6300f1254bddc113ec0046 (patch)
tree4f00fe99639595a8bf15b1f637b532caa8bed86a /ace/Handle_Set.cpp
parentc22047f1181bd5e18cbc6fdb9ceadccbec842f00 (diff)
downloadATCD-b7ca2eab79720cb9de6300f1254bddc113ec0046.tar.gz
ChangeLogTag: Mon Dec 10 15:39:22 2001 Balachandran Natarajan <bala@cs.wustl.edu>
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);