a bit step towards removing obsolete mframe code.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28774 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-10-04 15:26:07 +00:00
parent a3f90412f0
commit 2fc494c446
18 changed files with 134 additions and 1987 deletions

View file

@ -127,7 +127,7 @@
[super dealloc];
}
- (BOOL)isEqual:(id)other
- (BOOL) isEqual: (id)other
{
BOOL isEqual = YES;
if (other == nil)