1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

fix whitespace errors

This commit is contained in:
Viet Dinh
2015-11-02 00:50:05 -05:00
parent e06c696b3c
commit 03e7b71707
+1 -1
View File
@@ -2493,7 +2493,7 @@ double cv::solvePoly( InputArray _coeffs0, OutputArray _roots0, int maxIters )
for( i = 0; i <= n; i++ )
coeffs[i] = C(rcoeffs[i], 0);
}
C p(1, 0), r(1, 1);
for( i = 0; i < n; i++ )
{