--- 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];