Convert all tabs to four spaces. refs #743

This commit is contained in:
Blake Watters
2012-05-17 18:10:59 -04:00
parent fcb973056b
commit 016f13dad0
82 changed files with 2018 additions and 2018 deletions

View File

@@ -47,11 +47,11 @@ extern NSString* const RKManagedObjectStoreDidFailSaveNotification;
///////////////////////////////////////////////////////////////////
@interface RKManagedObjectStore : NSObject {
NSObject<RKManagedObjectStoreDelegate>* _delegate;
NSString* _storeFilename;
NSString* _pathToStoreFile;
NSObject<RKManagedObjectStoreDelegate>* _delegate;
NSString* _storeFilename;
NSString* _pathToStoreFile;
NSManagedObjectModel* _managedObjectModel;
NSPersistentStoreCoordinator* _persistentStoreCoordinator;
NSPersistentStoreCoordinator* _persistentStoreCoordinator;
}
// The delegate for this object store
@@ -143,13 +143,13 @@ extern NSString* const RKManagedObjectStoreDidFailSaveNotification;
- (void)deletePersistentStore;
/**
* Retrieves a model object from the appropriate context using the objectId
* Retrieves a model object from the appropriate context using the objectId
*/
- (NSManagedObject*)objectWithID:(NSManagedObjectID*)objectID;
/**
* Retrieves a array of model objects from the appropriate context using
* an array of NSManagedObjectIDs
* Retrieves a array of model objects from the appropriate context using
* an array of NSManagedObjectIDs
*/
- (NSArray*)objectsWithIDs:(NSArray*)objectIDs;