project_files/HedgewarsMobile/Classes/StatsPageViewController.m
branchios-develop
changeset 13166 ba5c794adae3
parent 12872 00215a7ec5f5
--- a/project_files/HedgewarsMobile/Classes/StatsPageViewController.m	Sun Mar 11 20:43:15 2018 +0100
+++ b/project_files/HedgewarsMobile/Classes/StatsPageViewController.m	Sun Mar 11 22:39:40 2018 +0100
@@ -126,7 +126,7 @@
     return cell;
 }
 
--(CGFloat) tableView:(UITableView *)aTableView heightForHeaderInSection:(NSInteger)section {
+- (CGFloat)tableView:(UITableView *)aTableView heightForHeaderInSection:(NSInteger)section {
     return (section == 0) ? 160 : 40;
 }
 
@@ -146,7 +146,7 @@
         return nil;
 }
 
--(CGFloat) tableView:(UITableView *)aTableView heightForFooterInSection:(NSInteger)section {
+- (CGFloat)tableView:(UITableView *)aTableView heightForFooterInSection:(NSInteger)section {
     return aTableView.rowHeight + 30;
 }