more cleaned-up code

This commit is contained in:
Borja Ferrer
2005-09-10 20:09:14 +00:00
parent 612a86dbef
commit 76760b221d
20 changed files with 1537 additions and 1155 deletions

View File

@@ -292,7 +292,7 @@ public:
iterator find(iterator startOn, const F &desc)
{
iterator iter = startOn;
while(iter)
while (iter)
{
if (*iter == desc)
break;