From 60cb427def57903dce6f5e6e053574f307e75c0a Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Thu, 10 Jul 2014 23:30:23 +0200
Subject: [PATCH] [Cleanup] Indent

---
 src/sand-wedge.cc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/sand-wedge.cc b/src/sand-wedge.cc
index d4053ad2..f39d5e58 100644
--- a/src/sand-wedge.cc
+++ b/src/sand-wedge.cc
@@ -332,10 +332,10 @@ int main(int argc, char *argv[]) {
         "specialDisplacements", leafView);
 
     // Set up TNNMG solver
-    using NonlinearFactory =
-        SolverFactory<dims, MyBlockProblem<ConvexProblem<
-                                GlobalFriction<Matrix, Vector>, Matrix>>,
-                      Grid>;
+    using NonlinearFactory = SolverFactory<
+        dims,
+        MyBlockProblem<ConvexProblem<GlobalFriction<Matrix, Vector>, Matrix>>,
+        Grid>;
     NonlinearFactory factory(parset.sub("solver.tnnmg"), refinements, *grid,
                              dirichletNodes);
     auto multigridStep = factory.getSolver();
-- 
GitLab