Mercurial > sdl-ios-xcode
diff Xcode/TemplatesForXcode/SDL Custom Cocoa Application/MyCustomView.h @ 2220:4d2d0548f5b2
Don't run indent on the Xcode templates
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 11 Aug 2007 18:51:12 +0000 |
parents | 59a667370c57 |
children |
line wrap: on
line diff
--- a/Xcode/TemplatesForXcode/SDL Custom Cocoa Application/MyCustomView.h Fri Aug 10 16:03:35 2007 +0000 +++ b/Xcode/TemplatesForXcode/SDL Custom Cocoa Application/MyCustomView.h Sat Aug 11 18:51:12 2007 +0000 @@ -9,7 +9,8 @@ #import <AppKit/AppKit.h> -@ interface MyCustomView:NSQuickDrawView { +@interface MyCustomView : NSQuickDrawView +{ } @end