From df79c00901e2c976f79a0b1518ed9a58a48f0501 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Tue, 19 Jan 2016 17:24:08 -0800 Subject: [PATCH] Improved the formatting of the code --- unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h b/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h index 52d89ad01..2798956ae 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h @@ -92,7 +92,7 @@ struct TensorEvaluator, Device> Layout = TensorEvaluator::Layout, CoordAccess = false, // to be implemented RawAccess = false - }; + }; EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorEvaluator(const XprType& op, const Device& device) : m_impl(op.expression(), device), m_strides(op.strides())