mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 21:20:18 +08:00
fix whitespace errors
This commit is contained in:
parent
e06c696b3c
commit
03e7b71707
@ -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++ )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user