Fix a few spacing issues. Refs #614

This commit is contained in:
Jawwad Ahmad
2012-06-03 22:49:03 -04:00
parent 086dceee66
commit 2cf60ffb86
12 changed files with 25 additions and 25 deletions

View File

@@ -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;