(svn r17692) -Codechange: minor coding style fixes
This commit is contained in:
@@ -178,7 +178,8 @@ public:
|
||||
return item_current;
|
||||
}
|
||||
|
||||
void End() {
|
||||
void End()
|
||||
{
|
||||
this->bucket_list = NULL;
|
||||
this->has_no_more_items = true;
|
||||
this->item_next = 0;
|
||||
@@ -286,7 +287,8 @@ public:
|
||||
return item_current;
|
||||
}
|
||||
|
||||
void Remove(int item) {
|
||||
void Remove(int item)
|
||||
{
|
||||
if (!this->HasNext()) return;
|
||||
|
||||
/* If we remove the 'next' item, skip to the next */
|
||||
|
Reference in New Issue
Block a user