mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-10 13:41:48 +08:00
Trailing whitespace cleanup from files in the Code directory.
Used the following command from within the Code dir: git ls-files *.m *.h *.json | xargs /usr/bin/sed -i '' -E 's/[[:space:]]*$//'
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
RKLogDebug(@"Skipping deletion of orphaned objects: deletesOrphanedObjects=NO");
|
||||
return YES;
|
||||
}
|
||||
|
||||
|
||||
if (! [[self.requestOperation.request.HTTPMethod uppercaseString] isEqualToString:@"GET"]) {
|
||||
RKLogDebug(@"Skipping cleanup of objects via managed object cache: only used for GET requests.");
|
||||
return YES;
|
||||
|
||||
Reference in New Issue
Block a user