mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
7b12d4cc8e
commit
d3d912d5ef
1 changed files with 3 additions and 3 deletions
|
@ -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++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue