Skip to content

Commit 6473018

Browse files
committed
eliminated trailing whitespaces
1 parent affb600 commit 6473018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/imgproc/src/connectedcomponents.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ namespace cv{
627627

628628
//merge labels of different chunks
629629
mergeLabels4Connectivity(imgLabels, P, chunksSizeAndLabels);
630-
630+
631631
for (int i = 0; i < h; i = chunksSizeAndLabels[i]){
632632
flattenL(P, int(i * w + 1) / 2 + 1, chunksSizeAndLabels[i + 1], nLabels);
633633
}

0 commit comments

Comments
 (0)