Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 3fb94d4

Browse files
committed
Fix indents.
1 parent 72d6d49 commit 3fb94d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

frcd.m

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ - (void)controller:(NSFetchedResultsController *)controller
2727
}
2828

2929
- (void)controller:(NSFetchedResultsController *)controller
30-
didChangeObject:(id)object
31-
atIndexPath:(NSIndexPath *)indexPath
32-
forChangeType:(NSFetchedResultsChangeType)type
33-
newIndexPath:(NSIndexPath *)newIndexPath
30+
didChangeObject:(id)object
31+
atIndexPath:(NSIndexPath *)indexPath
32+
forChangeType:(NSFetchedResultsChangeType)type
33+
newIndexPath:(NSIndexPath *)newIndexPath
3434
{
3535
switch(type) {
3636
case NSFetchedResultsChangeInsert:
@@ -51,4 +51,4 @@ - (void)controller:(NSFetchedResultsController *)controller
5151

5252
- (void)controllerDidChangeContent:(NSFetchedResultsController *)controller {
5353
[self.tableView endUpdates];
54-
}
54+
}

0 commit comments

Comments
 (0)