From 703517a4a08a5e38e637bcad5502dc987895cf53 Mon Sep 17 00:00:00 2001
From: Oliver Sander <oliver.sander@tu-dresden.de>
Date: Tue, 18 Dec 2018 14:10:08 +0100
Subject: [PATCH] Fix indentation

---
 src/compute-disc-error.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/compute-disc-error.cc b/src/compute-disc-error.cc
index 2713df08..52bd8faf 100644
--- a/src/compute-disc-error.cc
+++ b/src/compute-disc-error.cc
@@ -706,7 +706,7 @@ int main (int argc, char *argv[]) try
   {
     std::string path                = parameterSet.get<std::string>("path");
     std::string gridFile            = parameterSet.get<std::string>("gridFile");
-    grid = shared_ptr<GridType>(GmshReader<GridType>::read(path + "/" + gridFile));
+    grid          = shared_ptr<GridType>(GmshReader<GridType>::read(path + "/" + gridFile));
     referenceGrid = shared_ptr<GridType>(GmshReader<GridType>::read(path + "/" + gridFile));
   }
 
-- 
GitLab