Change more prefix to postfix operators

This commit is contained in:
Alexander Bock
2025-10-04 10:13:25 +02:00
parent 68bbfd0b4c
commit 25f021f009
29 changed files with 51 additions and 46 deletions
@@ -73,7 +73,8 @@ bool ErrorHistogramManager::buildHistograms(int numBins) {
if (!success) {
return false;
}
pb.print(++processedLeaves);
processedLeaves++;
pb.print(processedLeaves);
}
}