mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Standardize to have space after @property. Refs #614
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
/**
|
||||
The key path on the loaded objects used to determine the section they belong to.
|
||||
*/
|
||||
@property(nonatomic, copy) NSString *sectionNameKeyPath;
|
||||
@property (nonatomic, copy) NSString *sectionNameKeyPath;
|
||||
|
||||
/**
|
||||
Returns the section at the specified index.
|
||||
|
||||
Reference in New Issue
Block a user