From a6e509baecc75af964350b14285a76fa4940412f Mon Sep 17 00:00:00 2001
From: Matthias Frey <matthias.frey@psi.ch>
Date: Sat, 18 Jul 2020 18:12:46 +0200
Subject: [PATCH] IrregularDomain: fix indentation

---
 src/Solvers/IrregularDomain.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Solvers/IrregularDomain.h b/src/Solvers/IrregularDomain.h
index 031d6c080..fc991c4d6 100644
--- a/src/Solvers/IrregularDomain.h
+++ b/src/Solvers/IrregularDomain.h
@@ -75,8 +75,8 @@ public:
     /// \param values of stencil element
     /// \param scaleFactor of stencil values
     void getBoundaryStencil(int x, int y, int z,
-                                    StencilValue_t& value,
-                                    double &scaleFactor) const;
+                            StencilValue_t& value,
+                            double &scaleFactor) const;
 
     /// method to calculate the stencil at a boundary points
     /// \param id index of the current element in the matrix
-- 
GitLab