diff --git a/Riot/Modules/Settings/SettingsViewController.m b/Riot/Modules/Settings/SettingsViewController.m index bab34cb22..c9c738f66 100644 --- a/Riot/Modules/Settings/SettingsViewController.m +++ b/Riot/Modules/Settings/SettingsViewController.m @@ -1475,9 +1475,8 @@ TableViewSectionsDelegate> return [footerText copy]; } -- (UITableViewCell *)buildMessageBubblesCellForTableView: -(UITableView*)tableView - atIndexPath:(NSIndexPath*)indexPath +- (UITableViewCell *)buildMessageBubblesCellForTableView:(UITableView*)tableView + atIndexPath:(NSIndexPath*)indexPath { MXKTableViewCellWithLabelAndSwitch* labelAndSwitchCell = [self getLabelAndSwitchCell:tableView forIndexPath:indexPath];