indent *.h in macosx
indent message.h speech.h wrapperdata.h
This commit is contained in:
parent
b8d199fef7
commit
8315fa6804
3 changed files with 11 additions and 12 deletions
|
|
@ -23,5 +23,5 @@
|
|||
|
||||
#define MSG_FONT_CACHE 1
|
||||
|
||||
void displayMessage( int msgId );
|
||||
void displayMessage(int msgId);
|
||||
void hideMessage();
|
||||
|
|
|
|||
|
|
@ -21,5 +21,4 @@
|
|||
// (See COPYING.txt)
|
||||
//
|
||||
|
||||
void speak_string(const wchar_t *str);
|
||||
|
||||
void speak_string(const wchar_t * str);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue