Apply clang-format

This commit is contained in:
Tobias Wood
2023-11-29 11:12:48 +00:00
parent 9ea520fc45
commit f38e16c193
534 changed files with 103368 additions and 116934 deletions

View File

@@ -10,18 +10,17 @@
#ifndef EIGEN_SPLINES_MODULE_H
#define EIGEN_SPLINES_MODULE_H
namespace Eigen
{
namespace Eigen {
/**
* \defgroup Splines_Module Spline and spline fitting module
*
* This module provides a simple multi-dimensional spline class while
* offering most basic functionality to fit a spline to point sets.
*
* \code
* #include <unsupported/Eigen/Splines>
* \endcode
*/
* \defgroup Splines_Module Spline and spline fitting module
*
* This module provides a simple multi-dimensional spline class while
* offering most basic functionality to fit a spline to point sets.
*
* \code
* #include <unsupported/Eigen/Splines>
* \endcode
*/
}
#include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
@@ -34,4 +33,4 @@ namespace Eigen
#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
#endif // EIGEN_SPLINES_MODULE_H
#endif // EIGEN_SPLINES_MODULE_H