Merge pull request #2164 from ilya-lavrenov:excess_commas_semicolons_v2
This commit is contained in:
@@ -3658,7 +3658,7 @@ void cv::cvtColor( InputArray _src, OutputArray _dst, int code, int dcn )
|
||||
int ustepIdx = 0;
|
||||
int vstepIdx = dstSz.height % 4 == 2 ? 1 : 0;
|
||||
|
||||
if(uIdx == 1) { std::swap(u ,v), std::swap(ustepIdx, vstepIdx); };
|
||||
if(uIdx == 1) { std::swap(u ,v), std::swap(ustepIdx, vstepIdx); }
|
||||
|
||||
switch(dcn*10 + bIdx)
|
||||
{
|
||||
|
@@ -287,7 +287,7 @@ static void updateSidesCA(const std::vector<cv::Point2f> &polygon,
|
||||
cv::Point2f &sideAStartVertex, cv::Point2f &sideAEndVertex,
|
||||
cv::Point2f &sideCStartVertex, cv::Point2f &sideCEndVertex);
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
///////////////////////////////////// Main functions /////////////////////////////////////
|
||||
@@ -1560,4 +1560,4 @@ static bool lessOrEqual(double number1, double number2) {
|
||||
return ((number1 < number2) || (almostEqual(number1, number2)));
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user