From e5f71aa6b232f08748af17cd85e63da9759fda1e Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Fri, 29 Apr 2016 18:36:10 -0700 Subject: Deleted useless trailing commas --- unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h') diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h b/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h index 49d849e23..8491c4ca2 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h @@ -40,7 +40,7 @@ struct traits > static const int Layout = XprTraits::Layout; enum { - Flags = 0, + Flags = 0 }; }; @@ -163,7 +163,7 @@ struct traits > static const int Layout = XprTraits::Layout; enum { - Flags = 0, + Flags = 0 }; }; -- cgit v1.2.3