K 10 svn:author V 8 truckman K 8 svn:date V 27 2014-05-22T00:39:49.747721Z K 7 svn:log V 351 MFC r266426 Slightly restructure the final loop in rman_reserve_resource_bound(). Replace with the existing loop termination test with a similar condition from the nested "if" that may terminate the loop a bit sooner, but still not too early. This condition can then be removed from the nested "if". Relocate an operator to be style(9) compliant. END