eliminated trailing whitespaces

pull/8789/head
Vadim Pisarevsky 8 years ago
parent affb60093d
commit 6473018d69
  1. 2
      modules/imgproc/src/connectedcomponents.cpp

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

Loading…
Cancel
Save