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

@@ -27,11 +27,11 @@
#import <UIKit/UIKit.h>
@interface PSWebTableViewCell : UITableViewCell <UIWebViewDelegate> {
UIWebView *webView_;
NSString *webViewContent_;
CGSize webViewSize_;
UIColor *cellBackgroundColor_;
UIWebView *webView_;
NSString *webViewContent_;
CGSize webViewSize_;
UIColor *cellBackgroundColor_;
}
@property (nonatomic, retain) UIWebView *webView;