From 93fcb615b05fc76f0d11a3fdea745fffdc13cad7 Mon Sep 17 00:00:00 2001
From: Matthias Maier <tamiko@43-1.org>
Date: Fri, 11 Sep 2015 15:09:00 -0500
Subject: [PATCH] astyle insists on that...

---
 include/deal.II/base/tensor_accessors.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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<no_contr, rank_1, rank_2, dim>::template contract<T1, T2, T3>
-- 
2.39.5