aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/splines.cpp
diff options
context:
space:
mode:
authorGravatar Jeff <complexzeros@gmail.com>2014-06-23 20:18:16 -0600
committerGravatar Jeff <complexzeros@gmail.com>2014-06-23 20:18:16 -0600
commite745a450deb7ff4b7433d1e86e0779b6aece0c46 (patch)
treed2671bb279a6da4be212720c85cb0dee2ed00ebd /unsupported/test/splines.cpp
parentb59f045c07a41e79df9e27cd56ce06642a7012e7 (diff)
Removed tabs and fixed indentation.
Diffstat (limited to 'unsupported/test/splines.cpp')
-rw-r--r--unsupported/test/splines.cpp34
1 files changed, 17 insertions, 17 deletions
diff --git a/unsupported/test/splines.cpp b/unsupported/test/splines.cpp
index 755a21ece..ece23953a 100644
--- a/unsupported/test/splines.cpp
+++ b/unsupported/test/splines.cpp
@@ -13,23 +13,23 @@
namespace Eigen {
-// lets do some explicit instantiations and thus
-// force the compilation of all spline functions...
-template class Spline<double, 2, Dynamic>;
-template class Spline<double, 3, Dynamic>;
-
-template class Spline<double, 2, 2>;
-template class Spline<double, 2, 3>;
-template class Spline<double, 2, 4>;
-template class Spline<double, 2, 5>;
-
-template class Spline<float, 2, Dynamic>;
-template class Spline<float, 3, Dynamic>;
-
-template class Spline<float, 3, 2>;
-template class Spline<float, 3, 3>;
-template class Spline<float, 3, 4>;
-template class Spline<float, 3, 5>;
+ // lets do some explicit instantiations and thus
+ // force the compilation of all spline functions...
+ template class Spline<double, 2, Dynamic>;
+ template class Spline<double, 3, Dynamic>;
+
+ template class Spline<double, 2, 2>;
+ template class Spline<double, 2, 3>;
+ template class Spline<double, 2, 4>;
+ template class Spline<double, 2, 5>;
+
+ template class Spline<float, 2, Dynamic>;
+ template class Spline<float, 3, Dynamic>;
+
+ template class Spline<float, 3, 2>;
+ template class Spline<float, 3, 3>;
+ template class Spline<float, 3, 4>;
+ template class Spline<float, 3, 5>;
}