cocoaTouch/TeamSettingsViewController.m
changeset 3361 cfc6cd502f85
parent 3352 ac5d14a35482
child 3373 c1ff724a5c34
--- a/cocoaTouch/TeamSettingsViewController.m	Mon Apr 19 15:30:11 2010 +0000
+++ b/cocoaTouch/TeamSettingsViewController.m	Wed Apr 21 01:57:23 2010 +0000
@@ -38,7 +38,7 @@
     [super viewWillAppear:animated];
     
     NSArray *contentsOfDir = [[NSFileManager defaultManager] contentsOfDirectoryAtPath:TEAMS_DIRECTORY() error:NULL];
-    NSMutableArray *array = [[NSMutableArray alloc] initWithArray: contentsOfDir copyItems:YES];
+    NSMutableArray *array = [[NSMutableArray alloc] initWithArray:contentsOfDir copyItems:YES];
     self.listOfTeams = array;
     [array release];