Spacing changes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@959 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-02-22 16:00:04 +00:00
parent 1f24b8e149
commit adf17d8932

View file

@ -38,7 +38,7 @@
@protocol NSObject @protocol NSObject
- autorelease; - autorelease;
- (Class) class; - (Class) class;
- (BOOL) conformsToProtocol: (Protocol*)aProtocol; - (BOOL) conformsToProtocol: (Protocol *)aProtocol;
- (unsigned) hash; - (unsigned) hash;
- (BOOL) isEqual: anObject; - (BOOL) isEqual: anObject;
- (BOOL) isKindOfClass: (Class)aClass; - (BOOL) isKindOfClass: (Class)aClass;
@ -52,7 +52,8 @@
- retain; - retain;
- (unsigned) retainCount; - (unsigned) retainCount;
- self; - self;
- (NSZone *)zone; - (NSZone *) zone;
- (NSString *) description;
@end @end
@protocol NSCopying @protocol NSCopying