From 31c9dc0c3a5d4f4b916483ecb09dac7142caac88 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Thu, 25 Mar 2021 20:54:45 +0100 Subject: [PATCH] Remove \t... --- src/MEDLoader/MEDMESHConverterUtilities.hxx | 4 ++-- src/MEDLoader/libmesh5.hxx | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) 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 : -- 2.39.2