Some code formatting cleanup.

This commit is contained in:
Jawwad Ahmad
2012-09-02 13:15:14 -04:00
parent 8cbdb5f7ed
commit 285586a5b5
8 changed files with 10 additions and 9 deletions

View File

@@ -87,7 +87,7 @@
- (void)load
{
RKLogDebug(@"Loading entity cache for Entity '%@' by attribute '%@' in managed object context %@ (concurrencyType = %ld)",
self.entity.name, self.attribute, self.managedObjectContext, (unsigned long) self.managedObjectContext.concurrencyType);
self.entity.name, self.attribute, self.managedObjectContext, (unsigned long)self.managedObjectContext.concurrencyType);
@synchronized(self.attributeValuesToObjectIDs) {
self.attributeValuesToObjectIDs = [NSMutableDictionary dictionary];