From 72d3e14e8f8ccb4e0277a6eef463a637f2f2efe4 Mon Sep 17 00:00:00 2001 From: shengyu Date: Sat, 19 May 2018 11:06:54 +0800 Subject: [PATCH] fix wrong indentation on github page (tab to space) --- modules/imgproc/src/connectedcomponents.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/imgproc/src/connectedcomponents.cpp b/modules/imgproc/src/connectedcomponents.cpp index bbc27dca7d..13a2fd3293 100644 --- a/modules/imgproc/src/connectedcomponents.cpp +++ b/modules/imgproc/src/connectedcomponents.cpp @@ -503,7 +503,7 @@ namespace cv{ // +-+-+-+ // |p|q|r| // +-+-+-+ - // |x| + // |x| // +-+ const int w = imgLabels.cols, h = imgLabels.rows; @@ -548,7 +548,7 @@ namespace cv{ // +-+-+-+ // |-|q|-| // +-+-+-+ - // |x| + // |x| // +-+ const int w = imgLabels.cols, h = imgLabels.rows; @@ -2473,9 +2473,9 @@ namespace cv{ // |P -|Q -|R -| // |- -|- -|- -| // +---+---+---+ - // |X -| - // |- -| - // +---+ + // |X -| + // |- -| + // +---+ const int w = imgLabels.cols, h = imgLabels.rows; for (int r = chunksSizeAndLabels[0]; r < h; r = chunksSizeAndLabels[r]){