Code formating conventions.
Fix in test drawing code. svn-id: r32704
This commit is contained in:
parent
8e2601d195
commit
cb6cb1361b
3 changed files with 31 additions and 24 deletions
|
@ -67,9 +67,9 @@ protected:
|
|||
void parserCallback_DRAW();
|
||||
void parserCallback_DRAWDATA();
|
||||
|
||||
bool parseKeyValue(Common::String &key_name);
|
||||
bool parseKeyValue(Common::String keyName);
|
||||
void parseActiveKey(bool closed);
|
||||
void parserError(const char *error_string);
|
||||
void parserError(const char *errorString);
|
||||
|
||||
inline bool skipSpaces() {
|
||||
if (!isspace(_text[_pos]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue