]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Remove \t... occ/24009
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 25 Mar 2021 19:54:45 +0000 (20:54 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 25 Mar 2021 19:54:45 +0000 (20:54 +0100)
src/MEDLoader/MEDMESHConverterUtilities.hxx
src/MEDLoader/libmesh5.hxx

index f0a2fd4f2bf58812c628e15235e9bfdd900a74a0..50ed5baee118cb0ae0349ffbca403988696b1db2 100644 (file)
@@ -114,8 +114,8 @@ class Localizer
 {
     std::string _locale;
 public:
-       MEDLOADER_EXPORT Localizer();
-       MEDLOADER_EXPORT ~Localizer();
+  MEDLOADER_EXPORT Localizer();
+  MEDLOADER_EXPORT ~Localizer();
 };
 }
 
index e41f6fa1318b6667b452f98746b10c6dbf9a170c..f1d75539031c61a1b61f4581af5772d2cff384e0 100644 (file)
@@ -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 :