summaryrefslogtreecommitdiff
path: root/Example Apps/Example ObjC/ConnectionTCPTableViewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Example Apps/Example ObjC/ConnectionTCPTableViewController.m')
-rw-r--r--Example Apps/Example ObjC/ConnectionTCPTableViewController.m4
1 files changed, 1 insertions, 3 deletions
diff --git a/Example Apps/Example ObjC/ConnectionTCPTableViewController.m b/Example Apps/Example ObjC/ConnectionTCPTableViewController.m
index c062d5106..3ca9a78a0 100644
--- a/Example Apps/Example ObjC/ConnectionTCPTableViewController.m
+++ b/Example Apps/Example ObjC/ConnectionTCPTableViewController.m
@@ -72,9 +72,7 @@
#pragma mark - Table view delegate
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
- if (indexPath.section != 0) {
- return;
- }
+ if (indexPath.section != 0) { return; }
switch (indexPath.row) {
case 0: {