Convert all tabs to four spaces. refs #743

This commit is contained in:
Blake Watters
2012-05-17 18:10:59 -04:00
parent fcb973056b
commit 016f13dad0
82 changed files with 2018 additions and 2018 deletions

View File

@@ -22,9 +22,9 @@
#import <Foundation/Foundation.h>
@interface RKObjectMapperTestModel : NSObject {
NSString* _name;
NSNumber* _age;
NSDate* _createdAt;
NSString* _name;
NSNumber* _age;
NSDate* _createdAt;
}
@property (nonatomic,retain) NSString* name;