mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Strip trailing whitespace. Refs #614
This commit is contained in:
@@ -28,14 +28,14 @@
|
||||
_awaitingResponse = NO;
|
||||
_cancelled = NO;
|
||||
}
|
||||
|
||||
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void)waitForLoad {
|
||||
_awaitingResponse = YES;
|
||||
NSDate *startDate = [NSDate date];
|
||||
|
||||
|
||||
while (_awaitingResponse) {
|
||||
RKLogTrace(@"Awaiting response = %d", _awaitingResponse);
|
||||
[[NSRunLoop currentRunLoop] runUntilDate:[NSDate dateWithTimeIntervalSinceNow:0.1]];
|
||||
@@ -114,7 +114,7 @@
|
||||
- (void)tableController:(RKAbstractTableController *)tableController willDisplayCell:(UITableViewCell *)cell forObject:(id)object atIndexPath:(NSIndexPath *)indexPath
|
||||
{}
|
||||
|
||||
- (void)tableController:(RKAbstractTableController *)tableController didSelectCell:(UITableViewCell *)cell forObject:(id)object atIndexPath:(NSIndexPath *)indexPath
|
||||
- (void)tableController:(RKAbstractTableController *)tableController didSelectCell:(UITableViewCell *)cell forObject:(id)object atIndexPath:(NSIndexPath *)indexPath
|
||||
{}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user