astyle formatting
This commit is contained in:
parent
afaf1473a8
commit
0877adb542
|
@ -2181,7 +2181,7 @@ void CheckOther::checkZeroDivisionOrUselessCondition()
|
|||
|
||||
// Use experimental checking instead based on value flow analysis
|
||||
if (_settings->valueFlow)
|
||||
return;
|
||||
return;
|
||||
|
||||
const SymbolDatabase *symbolDatabase = _tokenizer->getSymbolDatabase();
|
||||
const std::size_t numberOfFunctions = symbolDatabase->functionScopes.size();
|
||||
|
|
Loading…
Reference in New Issue