From: Anthony Geay Date: Thu, 25 Mar 2021 19:54:45 +0000 (+0100) Subject: Remove \t... X-Git-Tag: V9_7_0a1~9^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Focc%2F24009;p=tools%2Fmedcoupling.git Remove \t... --- diff --git a/src/MEDLoader/MEDMESHConverterUtilities.hxx b/src/MEDLoader/MEDMESHConverterUtilities.hxx index f0a2fd4f2..50ed5baee 100644 --- a/src/MEDLoader/MEDMESHConverterUtilities.hxx +++ b/src/MEDLoader/MEDMESHConverterUtilities.hxx @@ -114,8 +114,8 @@ class Localizer { std::string _locale; public: - MEDLOADER_EXPORT Localizer(); - MEDLOADER_EXPORT ~Localizer(); + MEDLOADER_EXPORT Localizer(); + MEDLOADER_EXPORT ~Localizer(); }; } diff --git a/src/MEDLoader/libmesh5.hxx b/src/MEDLoader/libmesh5.hxx index e41f6fa13..f1d755390 100644 --- a/src/MEDLoader/libmesh5.hxx +++ b/src/MEDLoader/libmesh5.hxx @@ -176,14 +176,14 @@ class MeshFormatParser { /* External procedures */ /*----------------------------------------------------------*/ public : - MEDLOADER_EXPORT MeshFormatParser(); - MEDLOADER_EXPORT int GmfOpenMesh(const char *, int, ...); - MEDLOADER_EXPORT int GmfCloseMesh(int); + MEDLOADER_EXPORT MeshFormatParser(); + MEDLOADER_EXPORT int GmfOpenMesh(const char *, int, ...); + MEDLOADER_EXPORT int GmfCloseMesh(int); int GmfStatKwd(int, int, ...); int GmfGotoKwd(int, int); - MEDLOADER_EXPORT int GmfSetKwd(int, int, ...); + MEDLOADER_EXPORT int GmfSetKwd(int, int, ...); void GmfGetLin(int, int, ...); - MEDLOADER_EXPORT void GmfSetLin(int, int, ...); + MEDLOADER_EXPORT void GmfSetLin(int, int, ...); private :