forked from qt-creator/qt-creator
whitespace-trim test names inside if()
This commit is contained in:
@@ -2494,6 +2494,7 @@ ProFileEvaluator::Private::VisitReturn ProFileEvaluator::Private::evaluateCondit
|
||||
}
|
||||
if (!quoted && !parens && (isOp || d == ed)) {
|
||||
if (m_cumulative || (orOp != ret)) {
|
||||
test = test.trimmed();
|
||||
if (isFunc)
|
||||
ret = evaluateConditionalFunction(ProString(test), ProString(argsString, NoHash));
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user