whitespace

This commit is contained in:
Bill Currie 2006-12-02 06:51:41 +00:00 committed by Jeff Teunissen
parent a6c50b8edd
commit eeca330af2
2 changed files with 4 additions and 4 deletions

View file

@ -15,8 +15,8 @@
+ (PLItem) newString:(string) str;
+ (PLItem) newFromString:(string) str;
-initWithItem:(plitem_t) item;
-initWithOwnItem:(plitem_t) item;
- initWithItem:(plitem_t) item;
- initWithOwnItem:(plitem_t) item;
- (string) write;
- (pltype_t) type;
@end

View file

@ -27,7 +27,7 @@
return [PLItem itemClass: PL_GetPropertyList (str)];
}
+itemClass:(plitem_t) item
+ itemClass:(plitem_t) item
{
local string classname = NIL;
local Class class;
@ -54,7 +54,7 @@
return [[class alloc] initWithItem: item];
}
-initWithItem:(plitem_t) item
- initWithItem:(plitem_t) item
{
if (!(self = [super init]))
return self;