astyle formatting

This commit is contained in:
Daniel Marjamäki 2013-12-29 13:44:13 +01:00
parent e13aa0dbc3
commit f2661dae4c
1 changed files with 1 additions and 2 deletions

View File

@ -179,8 +179,7 @@ CheckMemoryLeak::AllocType CheckMemoryLeak::getAllocationType(const Token *tok2,
if (Token::simpleMatch(tok2, "popen ("))
return Pipe;
if (settings1->standards.posix)
{
if (settings1->standards.posix) {
if (Token::Match(tok2, "opendir|fdopendir ("))
return Dir;
}