mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
Tidy
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8357 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
268528c860
commit
8a29fed355
1 changed files with 1 additions and 1 deletions
|
@ -646,7 +646,7 @@ SANITY();
|
||||||
* otherwise, add a new slot and use that.
|
* otherwise, add a new slot and use that.
|
||||||
*/
|
*/
|
||||||
info = OBJECTAT(arrayIndex);
|
info = OBJECTAT(arrayIndex);
|
||||||
if (info->loc >= beginRangeLoc || info->attrs == attributes)
|
if (info->loc >= beginRangeLoc)
|
||||||
{
|
{
|
||||||
info->loc = beginRangeLoc;
|
info->loc = beginRangeLoc;
|
||||||
if (info->attrs == attributes)
|
if (info->attrs == attributes)
|
||||||
|
|
Loading…
Reference in a new issue