mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-10 22:49:21 +08:00
Fix a few spacing issues. Refs #614
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
- (NSUInteger)hash {
|
||||
int prime = 31;
|
||||
int result = 1;
|
||||
result = prime * [self.userData hash]? [self.mapping hash] : [self.userData hash];
|
||||
result = prime * [self.userData hash] ? [self.mapping hash] : [self.userData hash];
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user