project_files/HedgewarsMobile/Classes/MissionTrainingViewController.m
branchios-develop
changeset 13166 ba5c794adae3
parent 12872 00215a7ec5f5
child 13191 0c1f3a8ba0bb
--- a/project_files/HedgewarsMobile/Classes/MissionTrainingViewController.m	Sun Mar 11 20:43:15 2018 +0100
+++ b/project_files/HedgewarsMobile/Classes/MissionTrainingViewController.m	Sun Mar 11 22:39:40 2018 +0100
@@ -200,7 +200,7 @@
     return [self.listOfMissionIDs count];
 }
 
--(CGFloat) tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath {
+- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath {
     return (IS_IPAD()) ? self.tableView.rowHeight : 80;
 }