eliminated trailing whitespaces

This commit is contained in:
Vadim Pisarevsky 2017-05-24 16:54:12 +03:00
parent affb60093d
commit 6473018d69

View File

@ -627,7 +627,7 @@ namespace cv{
//merge labels of different chunks
mergeLabels4Connectivity(imgLabels, P, chunksSizeAndLabels);
for (int i = 0; i < h; i = chunksSizeAndLabels[i]){
flattenL(P, int(i * w + 1) / 2 + 1, chunksSizeAndLabels[i + 1], nLabels);
}