(svn r17692) -Codechange: minor coding style fixes

This commit is contained in:
smatz
2009-10-04 17:10:57 +00:00
parent 1666f7a1a9
commit 32cbe57178
12 changed files with 28 additions and 16 deletions

View File

@@ -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 */