Deleted trailing commas

This commit is contained in:
Benoit Steiner
2016-04-29 18:39:01 -07:00
parent e5f71aa6b2
commit 17fe7f354e
5 changed files with 5 additions and 5 deletions

View File

@@ -588,7 +588,7 @@ struct TensorEvaluator<const TensorContractionOp<Indices, LeftArgType, RightArgT
typedef typename PacketType<CoeffReturnType, Device>::type PacketReturnType;
enum {
Layout = TensorEvaluator<LeftArgType, Device>::Layout,
Layout = TensorEvaluator<LeftArgType, Device>::Layout
};
// Most of the code is assuming that both input tensors are ColMajor. If the