astyle formatting

This commit is contained in:
Daniel Marjamäki 2009-05-01 12:03:25 +02:00
parent 8dba34d580
commit 1ad5cf1ec5
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public:
private:
void check(const char code[], bool showAll=false)
void check(const char code[], bool showAll = false)
{
// Tokenize..
Tokenizer tokenizer;