indent *.h in macosx

indent message.h speech.h wrapperdata.h
This commit is contained in:
Bill Kendrick 2017-10-15 11:22:57 -07:00
parent b8d199fef7
commit 8315fa6804
3 changed files with 11 additions and 12 deletions

View file

@ -23,5 +23,5 @@
#define MSG_FONT_CACHE 1
void displayMessage( int msgId );
void displayMessage(int msgId);
void hideMessage();