diff --git a/Mesh/meshGFace.cpp b/Mesh/meshGFace.cpp
index aeb22ab9b39ade1586436252b8deb54dd3129e05..4b51ffb710c9d281c656501d4fe803089ff0ef3e 100644
--- a/Mesh/meshGFace.cpp
+++ b/Mesh/meshGFace.cpp
@@ -1796,7 +1796,7 @@ void orientMeshGFace::operator()(GFace *gf)
   gf->model()->setCurrentMeshEntity(gf);
 
   if(gf->geomType() == GEntity::ProjectionFace) return;
-  if(gf->geomType() == GEntity::CompoundSurface)return;
+  if(gf->geomType() == GEntity::CompoundSurface) return;
 
   // In old versions we did not reorient transfinite surface meshes;
   // we could add the following to provide backward compatibility: