mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-05 10:59:47 -05:00
Change more prefix to postfix operators
This commit is contained in:
@@ -73,7 +73,8 @@ bool ErrorHistogramManager::buildHistograms(int numBins) {
|
||||
if (!success) {
|
||||
return false;
|
||||
}
|
||||
pb.print(++processedLeaves);
|
||||
processedLeaves++;
|
||||
pb.print(processedLeaves);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user