fix whitespace errors

This commit is contained in:
Viet Dinh 2015-11-02 09:28:37 -05:00
parent ed0065266e
commit b6e8a47fca

View File

@ -2469,6 +2469,7 @@ int cv::solveCubic( InputArray _coeffs, OutputArray _roots )
double cv::solvePoly( InputArray _coeffs0, OutputArray _roots0, int maxIters )
{
typedef Complex<double> C;
double maxDiff = 0;
int iter, i, j;
Mat coeffs0 = _coeffs0.getMat();