astyle formatting

This commit is contained in:
Daniel Marjamäki 2009-07-13 15:50:54 +02:00
parent 913789605f
commit 2a8fa6d19c
2 changed files with 11 additions and 11 deletions

View File

@ -172,7 +172,7 @@ private:
class CheckMemoryLeakInClass : public Check, private CheckMemoryLeak
{
public:
CheckMemoryLeakInClass() : Check(), CheckMemoryLeak(0,0)
CheckMemoryLeakInClass() : Check(), CheckMemoryLeak(0, 0)
{ }
CheckMemoryLeakInClass(const Tokenizer *tokenizer, const Settings *settings, ErrorLogger *errorLogger)
@ -218,7 +218,7 @@ private:
class CheckMemoryLeakStructMember : public Check, private CheckMemoryLeak
{
public:
CheckMemoryLeakStructMember() : Check(), CheckMemoryLeak(0,0)
CheckMemoryLeakStructMember() : Check(), CheckMemoryLeak(0, 0)
{ }
CheckMemoryLeakStructMember(const Tokenizer *tokenizer, const Settings *settings, ErrorLogger *errorLogger)