cocoaTouch/HogHatViewController.m
changeset 3312 6d8f1c76756d
parent 3308 b6dcae4b6d2c
child 3315 4e2813713358
--- a/cocoaTouch/HogHatViewController.m	Tue Apr 06 14:32:26 2010 +0000
+++ b/cocoaTouch/HogHatViewController.m	Tue Apr 06 18:14:15 2010 +0000
@@ -49,7 +49,7 @@
     // this updates the hog name and its hat
     [self.tableView reloadData];
     // this moves the tableview to the top
-    [self.tableView setContentOffset:CGPointMake(0, 0) animated:NO];
+    [self.tableView setContentOffset:CGPointMake(0,0) animated:NO];
 }
 
 /*