fix indentation errors

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29816 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-03-01 15:33:40 +00:00
parent 7b12d4cc8e
commit d3d912d5ef

View file

@ -578,7 +578,7 @@ static Class mutableSetClass;
if (node == 0)
{
GSIMapAddKey(&map, (GSIMapKey)anObject);
_version++;
_version++;
}
}
}
@ -681,7 +681,7 @@ static Class mutableSetClass;
while ((anObject = [e nextObject]) != nil)
{
GSIMapRemoveKey(&map, (GSIMapKey)anObject);
_version++;
_version++;
}
}
}
@ -722,7 +722,7 @@ static Class mutableSetClass;
if (node == 0)
{
GSIMapAddKey(&map, (GSIMapKey)anObject);
_version++;
_version++;
}
}
}