astyle formatting
This commit is contained in:
parent
e13aa0dbc3
commit
f2661dae4c
|
@ -179,8 +179,7 @@ CheckMemoryLeak::AllocType CheckMemoryLeak::getAllocationType(const Token *tok2,
|
||||||
if (Token::simpleMatch(tok2, "popen ("))
|
if (Token::simpleMatch(tok2, "popen ("))
|
||||||
return Pipe;
|
return Pipe;
|
||||||
|
|
||||||
if (settings1->standards.posix)
|
if (settings1->standards.posix) {
|
||||||
{
|
|
||||||
if (Token::Match(tok2, "opendir|fdopendir ("))
|
if (Token::Match(tok2, "opendir|fdopendir ("))
|
||||||
return Dir;
|
return Dir;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue