From: Matthias Maier Date: Fri, 11 Sep 2015 20:09:00 +0000 (-0500) Subject: astyle insists on that... X-Git-Tag: v8.4.0-rc2~438^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1564%2Fhead;p=dealii.git astyle insists on that... --- diff --git a/include/deal.II/base/tensor_accessors.h b/include/deal.II/base/tensor_accessors.h index 2c0f4750d7..97a9478553 100644 --- a/include/deal.II/base/tensor_accessors.h +++ b/include/deal.II/base/tensor_accessors.h @@ -270,11 +270,11 @@ namespace TensorAccessors { #ifdef DEAL_II_WITH_CXX11 static_assert(rank_1 >= no_contr, "The rank of the left tensor must be " - "equal or greater than the number of " - "contractions"); + "equal or greater than the number of " + "contractions"); static_assert(rank_2 >= no_contr, "The rank of the right tensor must be " - "equal or greater than the number of " - "contractions"); + "equal or greater than the number of " + "contractions"); #endif internal::Contract::template contract