Salome HOME
fight warnings, c++17. additional corrections
[modules/smesh.git] / src / SMDS / SMDS_Mesh.cxx
index 67a9359d1ed0e4b75a9e899b9afb911e2122d52c..f2aee846a6efbc854b55b3f766e3cdafa4c8d689 100644 (file)
@@ -68,7 +68,7 @@ int SMDS_Mesh::chunkSize = 1024;
  */
 //================================================================================
 
-int SMDS_Mesh::CheckMemory(const bool doNotRaise) 
+int SMDS_Mesh::CheckMemory(const bool doNotRaise)
 {
   return -1;
 #if !defined WIN32 && !defined __APPLE__