1
0
Fork 0

fix style

This commit is contained in:
Wilfried Goesgens 2015-12-17 13:38:39 +01:00
parent 0085202b56
commit e908be8cd4
1 changed files with 4 additions and 0 deletions

View File

@ -479,6 +479,10 @@ AqlItemBlock* TraversalBlock::getSome (size_t, // atLeast,
return res.release();
}
////////////////////////////////////////////////////////////////////////////////
/// @brief skipSome
////////////////////////////////////////////////////////////////////////////////
size_t TraversalBlock::skipSome (size_t atLeast, size_t atMost) {
size_t skipped = 0;