From bf2d5edecc46808b42baeaf3eaced816b34f3364 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 23 Jun 2016 15:35:17 +0200 Subject: [PATCH] Fix warning. --- Eigen/src/misc/RealSvd2x2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/misc/RealSvd2x2.h b/Eigen/src/misc/RealSvd2x2.h index cdd7777d2..dfaaa0b17 100644 --- a/Eigen/src/misc/RealSvd2x2.h +++ b/Eigen/src/misc/RealSvd2x2.h @@ -51,4 +51,4 @@ void real_2x2_jacobi_svd(const MatrixType& matrix, Index p, Index q, } // end namespace Eigen -#endif // EIGEN_REALSVD2X2_H \ No newline at end of file +#endif // EIGEN_REALSVD2X2_H