astyle fix
This commit is contained in:
parent
60caefe069
commit
45406f5367
|
@ -1412,9 +1412,9 @@ void CheckOther::uninitvar()
|
||||||
break;
|
break;
|
||||||
--indentlevel;
|
--indentlevel;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Token::Match(tok, "[{};] %var% = malloc|kmalloc (") ||
|
if (Token::Match(tok, "[{};] %var% = malloc|kmalloc (") ||
|
||||||
Token::Match(tok, "[{};] %var% = new char [") )
|
Token::Match(tok, "[{};] %var% = new char ["))
|
||||||
{
|
{
|
||||||
// check that the variable id is non-zero
|
// check that the variable id is non-zero
|
||||||
const unsigned int varid = tok->next()->varId();
|
const unsigned int varid = tok->next()->varId();
|
||||||
|
|
Loading…
Reference in New Issue