From 51323608f31d51ce609b324a943298dc1119223d Mon Sep 17 00:00:00 2001 From: "Gun.io Whitespace Robot" Date: Fri, 21 Oct 2011 01:25:35 -0400 Subject: [PATCH] Remove whitespace [Gun.io WhitespaceBot] --- Classes/DemoTableViewController.m | 2 +- main.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/DemoTableViewController.m b/Classes/DemoTableViewController.m index 2522d67..bf9f1f9 100644 --- a/Classes/DemoTableViewController.m +++ b/Classes/DemoTableViewController.m @@ -27,7 +27,7 @@ - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger } - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { - + static NSString *CellIdentifier = @"CellIdentifier"; UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier]; if (cell == nil) { diff --git a/main.m b/main.m index 788b3cd..76d791e 100644 --- a/main.m +++ b/main.m @@ -9,7 +9,7 @@ #import int main(int argc, char *argv[]) { - + NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; int retVal = UIApplicationMain(argc, argv, nil, @"PullToRefreshAppDelegate"); [pool release];