(svn r17692) -Codechange: minor coding style fixes

This commit is contained in:
smatz
2009-10-04 17:10:57 +00:00
parent cd3f93c8c6
commit 7c74afb1c3
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 */