From c3f9f5b4deed80275abef7ca5e76db7b6bb7450c Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Sun, 21 Jul 2013 23:42:41 +0200
Subject: [PATCH] [Cleanup] Whitespace

---
 dune/tectonic/myblockproblem.hh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dune/tectonic/myblockproblem.hh b/dune/tectonic/myblockproblem.hh
index 2f440a83..07592b29 100644
--- a/dune/tectonic/myblockproblem.hh
+++ b/dune/tectonic/myblockproblem.hh
@@ -51,6 +51,7 @@ template <class ConvexProblemTypeTEMPLATE> class MyBlockProblem {
     using VectorType =
         Dune::BlockVector<Dune::FieldVector<double, Linearization::block_size>>;
     using BitVectorType = Dune::BitSetVector<Linearization::block_size>;
+
     typename Linearization::MatrixType A;
     typename Linearization::VectorType b;
     typename Linearization::BitVectorType ignore;
-- 
GitLab