mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-22 19:09:19 +08:00
Fix a few spacing issues. Refs #614
This commit is contained in:
@@ -54,7 +54,7 @@ NSString *RKEncodeURLString(NSString *unencodedString) {
|
||||
return [encodedString autorelease];
|
||||
}
|
||||
|
||||
@interface RKPathMatcher()
|
||||
@interface RKPathMatcher ()
|
||||
@property (nonatomic,retain) SOCPattern *socPattern;
|
||||
@property (nonatomic,copy) NSString *sourcePath;
|
||||
@property (nonatomic,copy) NSString *rootPath;
|
||||
|
||||
Reference in New Issue
Block a user