From: Nabil Ghodbane Date: Fri, 5 May 2023 10:42:36 +0000 (+0200) Subject: remove blank space X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8458334bcde5f27db3b389c987c5a7bd805b2aaa;p=modules%2Fsmesh.git remove blank space --- diff --git a/src/SMESHUtils/SMESH_MGLicenseKeyGen.cxx b/src/SMESHUtils/SMESH_MGLicenseKeyGen.cxx index f8823fd05..4ed052c40 100644 --- a/src/SMESHUtils/SMESH_MGLicenseKeyGen.cxx +++ b/src/SMESHUtils/SMESH_MGLicenseKeyGen.cxx @@ -707,7 +707,7 @@ namespace SMESHUtils_MGLicenseKeyGen // API implementation MESSAGE("MeshGems major version = " << v_maj); // get patch version - int v_patch = GetMGVersionFromFct("meshgems_core_get_version_patch "); + int v_patch = GetMGVersionFromFct("meshgems_core_get_version_patch"); if (v_patch == -1) v_patch = GetMGVersionFromFct("GetVersionPatch"); if (v_patch == -1) v_patch = GetMGVersionFromEnv("MESHGEMS_VERSION_PATCH"); if (v_patch == -1)