fix whitespace errors

pull/5605/head
Viet Dinh 9 years ago
parent ed0065266e
commit b6e8a47fca
  1. 1
      modules/core/src/mathfuncs.cpp

@ -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();

Loading…
Cancel
Save