forked from qt-creator/qt-creator
Krazy fixes (spelling, single char strings, char constants).
This commit is contained in:
@@ -322,7 +322,7 @@ void Function::finalize()
|
||||
}
|
||||
}
|
||||
}
|
||||
/// now substract self cost (see @c inclusiveCost() implementation)
|
||||
// now subtract self cost (see @c inclusiveCost() implementation)
|
||||
for(int i = 0, c = d->m_inclusiveCost.size(); i < c; ++i) {
|
||||
if (d->m_inclusiveCost.at(i) < d->m_selfCost.at(i))
|
||||
d->m_inclusiveCost[i] = 0;
|
||||
|
Reference in New Issue
Block a user