Some more code cleanup, converting spaces to tabs. Redid ITKit.h framework
[ITKit.git] / ITTSWBackgroundView.h
index ad1d854..fc95c8d 100644 (file)
 #import <Cocoa/Cocoa.h>
 
 typedef enum _ITTSWBackgroundMode {
-    ITTSWBackgroundApple,
-    ITTSWBackgroundReadable,
-    ITTSWBackgroundColored
+       ITTSWBackgroundApple,
+       ITTSWBackgroundReadable,
+       ITTSWBackgroundColored
 } ITTSWBackgroundMode;
 
 @interface ITTSWBackgroundView : NSView {
-    NSBezierPath *_path;
-    NSColor *_color;
-    ITTSWBackgroundMode _mode;
+       NSBezierPath *_path;
+       NSColor *_color;
+       ITTSWBackgroundMode _mode;
 }
 
 - (ITTSWBackgroundMode)backgroundMode;