mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-10 08:10:49 +00:00
trivial format fixes
This commit is contained in:
parent
7ecb170800
commit
5dbd0a7da5
2 changed files with 174 additions and 174 deletions
|
@ -36,12 +36,12 @@ enum _PLUExtentedFormats
|
||||||
};
|
};
|
||||||
|
|
||||||
@interface NSPropertyListSerialization (PLUtilAdditions)
|
@interface NSPropertyListSerialization (PLUtilAdditions)
|
||||||
+ (NSData *)_pdataFromPropertyList:(id)aPropertyList
|
+ (NSData *) _pdataFromPropertyList: (id)aPropertyList
|
||||||
format:(NSPropertyListFormat)aFormat
|
format: (NSPropertyListFormat)aFormat
|
||||||
errorDescription:(NSString **)anErrorString;
|
errorDescription: (NSString **)anErrorString;
|
||||||
+ (id)_ppropertyListWithData:(NSData *)data
|
+ (id) _ppropertyListWithData: (NSData *)data
|
||||||
options:(NSPropertyListReadOptions)anOption
|
options: (NSPropertyListReadOptions)anOption
|
||||||
format:(NSPropertyListFormat *)aFormat
|
format: (NSPropertyListFormat *)aFormat
|
||||||
error:(out NSError **)error;
|
error: (out NSError **)error;
|
||||||
+ (void)load;
|
+ (void) load;
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in a new issue