Commit 9d4c5c018168ff04f143823a1eae82e88041bed0

Retabbed.

Commit diff

trash.m

 
44#import <libgen.h>
55
66int main (int argc, const char * argv[]) {
7 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
7 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
88
99 NSString *pathPrefix=@"./";
1010
3434 [files release];
3535 }
3636
37 [pool release];
38 return 0;
37 [pool release];
38 return 0;
3939}
toggle raw diff