Skip to content

Commit b6e8a47

Browse files
author
Viet Dinh
committed
fix whitespace errors
1 parent ed00652 commit b6e8a47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/core/src/mathfuncs.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2469,6 +2469,7 @@ int cv::solveCubic( InputArray _coeffs, OutputArray _roots )
24692469
double cv::solvePoly( InputArray _coeffs0, OutputArray _roots0, int maxIters )
24702470
{
24712471
typedef Complex<double> C;
2472+
24722473
double maxDiff = 0;
24732474
int iter, i, j;
24742475
Mat coeffs0 = _coeffs0.getMat();

0 commit comments

Comments
 (0)