Standardize to have space after @property. Refs #614

This commit is contained in:
Jawwad Ahmad
2012-06-03 22:36:35 -04:00
parent 10433089a4
commit 086dceee66
4 changed files with 10 additions and 10 deletions

View File

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