From a848dee8ebbf769a4eca7c38204ae7b77d36c365 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 10 Oct 2015 18:08:25 +0000
Subject: [PATCH] pp

---
 Geo/GModelIO_MSH.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Geo/GModelIO_MSH.cpp b/Geo/GModelIO_MSH.cpp
index 22ecb854d8..34bf1fe3e2 100644
--- a/Geo/GModelIO_MSH.cpp
+++ b/Geo/GModelIO_MSH.cpp
@@ -601,7 +601,7 @@ int GModel::writeMSH(const std::string &name, double version, bool binary,
   fprintf(fp, "$EndElements\n");
 
   //save periodic nodes
-  writeMSHPeriodicNodes (fp,entities);
+  writeMSHPeriodicNodes(fp, entities);
 
   fclose(fp);
 
-- 
GitLab