astyle formatting
This commit is contained in:
parent
a1daf95b70
commit
cda6fdb73d
|
@ -45,8 +45,8 @@ CheckOther instance;
|
|||
|
||||
void CheckOther::warningOldStylePointerCast()
|
||||
{
|
||||
if (!_settings->_checkCodingStyle ||
|
||||
(_tokenizer->tokens() && _tokenizer->fileLine(_tokenizer->tokens()).find(".cpp") == std::string::npos))
|
||||
if (!_settings->_checkCodingStyle ||
|
||||
(_tokenizer->tokens() && _tokenizer->fileLine(_tokenizer->tokens()).find(".cpp") == std::string::npos))
|
||||
return;
|
||||
|
||||
for (const Token *tok = _tokenizer->tokens(); tok; tok = tok->next())
|
||||
|
|
Loading…
Reference in New Issue