astyle formatting
This commit is contained in:
parent
913789605f
commit
2a8fa6d19c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue