fix whitespace errors
authorViet Dinh <hoangviet2695@gmail.com>
Mon, 2 Nov 2015 14:28:37 +0000 (09:28 -0500)
committerViet Dinh <hoangviet2695@gmail.com>
Mon, 2 Nov 2015 14:28:37 +0000 (09:28 -0500)
modules/core/src/mathfuncs.cpp

index 8465a3d..d8be987 100644 (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();