indent SDLMain.h in macosx/

This commit is contained in:
Bill Kendrick 2017-10-15 11:28:52 -07:00
parent 8315fa6804
commit 9bf92ab3e3

View file

@ -39,7 +39,10 @@
-(void)sendSDLControlShiftKeystroke:(int)key;
-(void)setupBridge;
- (void) displayMessage:(NSString*)message andStatus:(NSString*)status withProgressIndicator:(BOOL)progress;
-(void)displayMessage:(NSString *)
message andStatus:(NSString *)
status withProgressIndicator:(BOOL) progress;
-(void)hideMessage;
@end