From fb8d9871c265025c518f2b488320e6dbe7390a03 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 20 Aug 2014 17:29:59 +0000
Subject: [PATCH] pp

---
 Mesh/meshGFace.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Mesh/meshGFace.cpp b/Mesh/meshGFace.cpp
index ab3ef3a919..5dd68634fa 100644
--- a/Mesh/meshGFace.cpp
+++ b/Mesh/meshGFace.cpp
@@ -339,8 +339,8 @@ static void copyMesh(GFace *source, GFace *target)
     if (count == 0)
       DX = SVector3(vt->x() - vs->x(), vt->y() - vs->y(), vt->z() - vs->z());
     else {
-      SVector3 DX2 = DX - SVector3 (vt->x() - vs->x(), vt->y() - vs->y(),
-                                    vt->z() - vs->z());
+      SVector3 DX2 = DX - SVector3(vt->x() - vs->x(), vt->y() - vs->y(),
+                                   vt->z() - vs->z());
       if (DX2.norm() > DX.norm() * 1.e-5) translation = false;
     }
     count ++;
-- 
GitLab