Changed indentation to 2 spaces for all files.

This commit is contained in:
Thomas Dohmke 2011-12-05 16:07:59 +01:00
parent 37bcbb7793
commit d444c177df
17 changed files with 2439 additions and 2439 deletions

View File

@ -7,8 +7,8 @@
//
#import <UIKit/UIKit.h>
@class BWHockeyManager;
@class BWHockeyManager;
@interface BWHockeySettingsViewController : UIViewController <UITableViewDelegate, UITableViewDataSource> {
BWHockeyManager *hockeyManager_;