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

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