mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
whitespace
This commit is contained in:
parent
a6c50b8edd
commit
eeca330af2
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue